Skip to content

Commit

Permalink
New release 0.12.0
Browse files Browse the repository at this point in the history
=== 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]>
  • Loading branch information
cathay4t committed Jan 29, 2023
1 parent b3541d2 commit 5e9f368
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog
## [0.12.0] - 2023-01-29
### 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)
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5e9f368

Please sign in to comment.