Skip to content

Commit 522572a

Browse files
committed
New release 0.19.0
=== Breaking changes - Please check breaking changes of netlink-packet-route 0.19.0 === New features - vlan: Add wrapper for setting VLAN protocol and flags. (50fbcb3) - Add function on RouteMessageBuilder for setting route mark. (c0edfbf) - Support creating multicast netlink connection. (84dfe67) === Bug fixes - Swap 'futures' dependency for 'futures-util' and 'futures-channel'. (26eda64) Signed-off-by: Gris Ge <[email protected]>
1 parent 50fbcb3 commit 522572a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
## [0.19.0] - 2025-12-09
3+
### Breaking changes
4+
- Please check breaking changes of netlink-packet-route 0.19.0
5+
6+
### New features
7+
- vlan: Add wrapper for setting VLAN protocol and flags. (50fbcb3)
8+
- Add function on RouteMessageBuilder for setting route mark. (c0edfbf)
9+
- Support creating multicast netlink connection. (84dfe67)
10+
11+
### Bug fixes
12+
- Swap 'futures' dependency for 'futures-util' and 'futures-channel'. (26eda64)
13+
214
## [0.18.1] - 2025-09-09
315
### Breaking changes
416
- N/A

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.18.1"
3+
version = "0.19.0"
44
authors = ["Corentin Henry <[email protected]>"]
55
edition = "2021"
66
homepage = "https://github.com/rust-netlink/rtnetlink"

0 commit comments

Comments
 (0)