Skip to content

Commit

Permalink
New release 0.16.1
Browse files Browse the repository at this point in the history
=== Breaking changes
 - N/A

=== New features
 - N/A

=== Bug fixes
 - Use latest rust-netlink crates. (2eda618)

Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Jul 10, 2023
1 parent f4e7b44 commit b6de604
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog
### [0.16.0] - 2023-06-25
## [0.16.1] - 2023-07-10
### Breaking changes
- N/A

### New features
- N/A

### Bug fixes
- Use latest rust-netlink crates. (2eda618)

## [0.16.0] - 2023-06-25
### Breaking changes
- Replaced all `slave` to `port`. (bfa1ec3)
* `InfoBond::ActiveSlave` -> `InfoBond::ActivePort`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Corentin Henry <[email protected]>"]
name = "netlink-packet-route"
version = "0.16.0"
version = "0.16.1"
edition = "2018"

homepage = "https://github.com/rust-netlink/netlink-packet-route"
Expand Down

0 comments on commit b6de604

Please sign in to comment.