Skip to content

Commit

Permalink
New release 0.19.0
Browse files Browse the repository at this point in the history
=== Breaking changes

 - `InfoBridge::RootId` and `InfoBridge::BridgeId` changed. (fb497b3)

=== New features
 - Support bridge bond port information. (faffa52)
 - Support RTM_NEWPREFIX. (2a43e1c)
 - Add `Default` derive to `TcFqCodelQdStats` and etc. (e21122e)

=== Bug fixes
 - N/A

Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Jan 31, 2024
1 parent e21122e commit aec3fc6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog
## [0.19.0] - 2024-01-31
### Breaking changes

- `InfoBridge::RootId` and `InfoBridge::BridgeId` changed. (fb497b3)

### New features
- Support bridge bond port information. (faffa52)
- Support RTM_NEWPREFIX. (2a43e1c)
- Add `Default` derive to `TcFqCodelQdStats` and etc. (e21122e)

### Bug fixes
- N/A

## [0.18.1] - 2023-12-05
### Breaking changes

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.18.1"
version = "0.19.0"
edition = "2021"

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

0 comments on commit aec3fc6

Please sign in to comment.