Skip to content

Commit

Permalink
New release 0.13.1
Browse files Browse the repository at this point in the history
=== 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]>
  • Loading branch information
cathay4t committed Jul 18, 2023
1 parent bf6dbf0 commit 5e5c688
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
@@ -1,4 +1,18 @@
# Changelog
## [0.13.1] - 2023-07-18
### 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

## [0.13.0] - 2023-07-10
### Breaking changes
- `TrafficFilterNewRequest::u32()` changed to return `Result`. (b7f8c73)
Expand Down
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.13.0"
version = "0.13.1"
authors = ["Corentin Henry <[email protected]>"]
edition = "2018"
homepage = "https://github.com/rust-netlink/rtnetlink"
Expand Down

0 comments on commit 5e5c688

Please sign in to comment.