Skip to content

Commit b6de604

Browse files
committed
New release 0.16.1
=== Breaking changes - N/A === New features - N/A === Bug fixes - Use latest rust-netlink crates. (2eda618) Signed-off-by: Gris Ge <[email protected]>
1 parent f4e7b44 commit b6de604

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
2-
### [0.16.0] - 2023-06-25
2+
## [0.16.1] - 2023-07-10
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- N/A
8+
9+
### Bug fixes
10+
- Use latest rust-netlink crates. (2eda618)
11+
12+
## [0.16.0] - 2023-06-25
313
### Breaking changes
414
- Replaced all `slave` to `port`. (bfa1ec3)
515
* `InfoBond::ActiveSlave` -> `InfoBond::ActivePort`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Corentin Henry <[email protected]>"]
33
name = "netlink-packet-route"
4-
version = "0.16.0"
4+
version = "0.16.1"
55
edition = "2018"
66

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

0 commit comments

Comments
 (0)