Skip to content

Commit dd77a6b

Browse files
committed
New release 0.21.0
=== Breaking changes - Use netlink-packet-route 0.30. (7bfbbf5) - Deprecated `NeighbourAddRequest::link_layer_address()`, please use `NeighbourAddRequest::link_local_address()`. (7bfbbf5) === New features - link: add vxcan support. (cd212b8) === Bug fixes - addr: only assign broadcast when subnet over /31. (7c16a2d) Signed-off-by: Gris Ge <cnfourt@gmail.com>
1 parent cd212b8 commit dd77a6b

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
## [0.21.0] - 2026-04-18
3+
### Breaking changes
4+
- Use netlink-packet-route 0.30. (7bfbbf5)
5+
- Deprecated `NeighbourAddRequest::link_local_address()`, please use
6+
`NeighbourAddRequest::link_layer_address()`. (7bfbbf5)
7+
8+
### New features
9+
- link: add vxcan support. (cd212b8)
10+
11+
### Bug fixes
12+
- addr: only assign broadcast when subnet over /31. (7c16a2d)
13+
214
## [0.20.0] - 2026-01-01
315
### Breaking changes
416
- Please check breaking changes in netlink-packet-route 0.28.0 and 0.27.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.20.0"
3+
version = "0.21.0"
44
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
55
edition = "2021"
66
homepage = "https://github.com/rust-netlink/rtnetlink"

0 commit comments

Comments
 (0)