Skip to content

Commit aec3fc6

Browse files
committed
New release 0.19.0
=== 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]>
1 parent e21122e commit aec3fc6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Changelog
2+
## [0.19.0] - 2024-01-31
3+
### Breaking changes
4+
5+
- `InfoBridge::RootId` and `InfoBridge::BridgeId` changed. (fb497b3)
6+
7+
### New features
8+
- Support bridge bond port information. (faffa52)
9+
- Support RTM_NEWPREFIX. (2a43e1c)
10+
- Add `Default` derive to `TcFqCodelQdStats` and etc. (e21122e)
11+
12+
### Bug fixes
13+
- N/A
14+
215
## [0.18.1] - 2023-12-05
316
### Breaking changes
417

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

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

0 commit comments

Comments
 (0)