Skip to content

Commit 5e9f368

Browse files
committed
New release 0.12.0
=== Breaking changes - Removed these reexports. (2d58a54) * `rtnetlink::packet` * `rtnetlink::proto` * `rtnetlink::sys` === New features - Allow adding macvtap on a link. (ad1207f) - Support setting priority when adding rules. (b771ffd) === Bug fixes - Fix ip_monitor example. (b12f061) Signed-off-by: Gris Ge <[email protected]>
1 parent b3541d2 commit 5e9f368

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtnetlink"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["Corentin Henry <[email protected]>"]
55
edition = "2018"
66
homepage = "https://github.com/rust-netlink/rtnetlink"

0 commit comments

Comments
 (0)