Skip to content

Commit 570c4f2

Browse files
committed
New release 0.20.1
=== Breaking changes - N/A === New features - Support for tc-actions. (65f699a, 0227234) - Support IFLA_VRF_PORT_TABLE attribute. (abfadc1) === Bug fixes - N/A Signed-off-by: Gris Ge <[email protected]>
1 parent 0227234 commit 570c4f2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
## [0.20.1] - 2024-06-29
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- Support for tc-actions. (65f699a, 0227234)
8+
- Support IFLA_VRF_PORT_TABLE attribute. (abfadc1)
9+
10+
### Bug fixes
11+
- N/A
12+
213
## [0.20.0] - 2024-01-31
314
### Breaking changes
415
- Use bitflags. (3c08f7f, 5072f3a, 9271b33, 8564ed9, e26b489, b337e00,

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Corentin Henry <[email protected]>"]
33
name = "netlink-packet-route"
4-
version = "0.20.0"
4+
version = "0.20.1"
55
edition = "2021"
66

77
homepage = "https://github.com/rust-netlink/netlink-packet-route"

0 commit comments

Comments
 (0)