Skip to content

Commit 5e5c688

Browse files
committed
New release 0.13.1
=== Breaking changes - Deprecated `BondAddRequest::active_slave()` in the favor of `BondAddRequest::active_port()`. (9b67c97, bf6dbf0) - Deprecated `BondAddRequest::all_slaves_active()` in the favor of `BondAddRequest::all_ports_active()`. (9b67c97, bf6dbf0) === New features - Support bond port setting. (7afe563) - Support VLAN QOS setting. (78a58db) === Bug fixes - N/A Signed-off-by: Gris Ge <[email protected]>
1 parent bf6dbf0 commit 5e5c688

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
## [0.13.1] - 2023-07-18
3+
### Breaking changes
4+
- Deprecated `BondAddRequest::active_slave()` in the favor of
5+
`BondAddRequest::active_port()`. (9b67c97, bf6dbf0)
6+
- Deprecated `BondAddRequest::all_slaves_active()` in the favor of
7+
`BondAddRequest::all_ports_active()`. (9b67c97, bf6dbf0)
8+
9+
### New features
10+
- Support bond port setting. (7afe563)
11+
- Support VLAN QOS setting. (78a58db)
12+
13+
### Bug fixes
14+
- N/A
15+
216
## [0.13.0] - 2023-07-10
317
### Breaking changes
418
- `TrafficFilterNewRequest::u32()` changed to return `Result`. (b7f8c73)

Cargo.toml

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

0 commit comments

Comments
 (0)