Skip to content

Commit c1d57e3

Browse files
committed
New release 0.20.0
=== Breaking changes - Please check breaking changes in netlink-packet-route 0.28.0 and 0.27.0. - Use netlink-packet-route 0.28.0. (0486ff7) - Change `LinkBond` to align with rust-netlink-route 0.27.0. (563f95d) === New features - link: Support specifying arbitrary LinkMessage for `RTM_DELLINK`. (d4d5a4b) - link: Support changing VLAN filter of bridge itself. (1f8b7da) - link: Support changing bridge VLAN filtering. (e520140) - link: Add `LinkBridgePort` for modifying bridge port properties. (86dd67d) - link: Expand LinkBridge to support all bridge options. (c85d988) - link: Add support for `netkit` devices. (2f18ca4) - link: Add `LinkHandle::change()` to changing existing interface.. (2d1a6cc) === Bug fixes - link bridge: Fix typo of document. (a994f72) Signed-off-by: Gris Ge <[email protected]>
1 parent 0486ff7 commit c1d57e3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# Changelog
2+
## [0.20.0] - 2026-01-01
3+
### Breaking changes
4+
- Please check breaking changes in netlink-packet-route 0.28.0 and 0.27.0.
5+
- Use netlink-packet-route 0.28.0. (0486ff7)
6+
- Change `LinkBond` to align with rust-netlink-route 0.27.0. (563f95d)
7+
8+
### New features
9+
- link: Support specifying arbitrary LinkMessage for `RTM_DELLINK`. (d4d5a4b)
10+
- link: Support changing VLAN filter of bridge itself. (1f8b7da)
11+
- link: Support changing bridge VLAN filtering. (e520140)
12+
- link: Add `LinkBridgePort` for modifying bridge port properties. (86dd67d)
13+
- link: Expand LinkBridge to support all bridge options. (c85d988)
14+
- link: Add support for `netkit` devices. (2f18ca4)
15+
- link: Add `LinkHandle::change()` to changing existing interface. (2d1a6cc)
16+
17+
### Bug fixes
18+
- link bridge: Fix typo of document. (a994f72)
19+
220
## [0.19.0] - 2025-12-09
321
### Breaking changes
422
- Please check breaking changes of netlink-packet-route 0.19.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtnetlink"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Corentin Henry <[email protected]>"]
55
edition = "2021"
66
homepage = "https://github.com/rust-netlink/rtnetlink"

0 commit comments

Comments
 (0)