Skip to content

Commit e28f321

Browse files
committed
New release 0.18.1
=== Breaking changes - N/A === New features - route: Support defining ECMP weight. (7fcba62) - route: Support defining ECMP flags. (18c4331) - route: allow IPv6 gateway in IPv4 route. (e1784a3) === Bug fixes - N/A Signed-off-by: Gris Ge <[email protected]>
1 parent 18c4331 commit e28f321

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.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+
- N/A
13+
214
## [0.18.0] - 2025-08-27
315
### Breaking changes
416
- Please check `netlink-packet-route` 0.25.0 breaking changes.

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

0 commit comments

Comments
 (0)