Skip to content

Commit b2f208a

Browse files
committed
New release 0.17.0
=== Breaking changes - Please check `netlink-packet-route` 0.24.0 breaking changes. === New features - route: Implement support for the ONLINK flag. (30aa30f) - route: Support for MPLS routes and nexthop label stacks. (e7e7344) - route: Support for multipath routes. (0236751) === Bug fixes - N/A Signed-off-by: Gris Ge <[email protected]>
1 parent 0236751 commit b2f208a

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.17.0] - 2025-05-29
3+
### Breaking changes
4+
- Please check `netlink-packet-route` 0.24.0 breaking changes.
5+
6+
### New features
7+
- route: Implement support for the ONLINK flag. (30aa30f)
8+
- route: Support for MPLS routes and nexthop label stacks. (e7e7344)
9+
- route: Support for multipath routes. (0236751)
10+
11+
### Bug fixes
12+
- N/A
13+
214
## [0.16.0] - 2025-03-10
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.16.0"
3+
version = "0.17.0"
44
authors = ["Corentin Henry <[email protected]>"]
55
edition = "2018"
66
homepage = "https://github.com/rust-netlink/rtnetlink"

0 commit comments

Comments
 (0)