We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3541d2 commit 5e9f368Copy full SHA for 5e9f368
CHANGELOG
@@ -0,0 +1,14 @@
1
+# Changelog
2
+## [0.12.0] - 2023-01-29
3
+### Breaking changes
4
+ - Removed these reexports. (2d58a54)
5
+ * `rtnetlink::packet`
6
+ * `rtnetlink::proto`
7
+ * `rtnetlink::sys`
8
+
9
+### New features
10
+ - Allow adding macvtap on a link. (ad1207f)
11
+ - Support setting priority when adding rules. (b771ffd)
12
13
+### Bug fixes
14
+ - Fix ip_monitor example. (b12f061)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rtnetlink"
-version = "0.11.0"
+version = "0.12.0"
authors = ["Corentin Henry <[email protected]>"]
edition = "2018"
homepage = "https://github.com/rust-netlink/rtnetlink"
0 commit comments