We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c4331 commit e28f321Copy full SHA for e28f321
CHANGELOG
@@ -1,4 +1,16 @@
1
# Changelog
2
+## [0.18.1] - 2025-09-09
3
+### Breaking changes
4
+ - N/A
5
+
6
+### New features
7
+ - route: Support defining ECMP weight. (7fcba62)
8
+ - route: Support defining ECMP flags. (18c4331)
9
+ - route: allow IPv6 gateway in IPv4 route. (e1784a3)
10
11
+### Bug fixes
12
13
14
## [0.18.0] - 2025-08-27
15
### Breaking changes
16
- Please check `netlink-packet-route` 0.25.0 breaking changes.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rtnetlink"
-version = "0.18.0"
+version = "0.18.1"
authors = ["Corentin Henry <[email protected]>"]
edition = "2021"
homepage = "https://github.com/rust-netlink/rtnetlink"
0 commit comments