Skip to content

Commit

Permalink
New release 0.20.1
Browse files Browse the repository at this point in the history
=== 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]>
  • Loading branch information
cathay4t committed Jun 29, 2024
1 parent 0227234 commit 570c4f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## [0.20.1] - 2024-06-29
### Breaking changes
- N/A

### New features
- Support for tc-actions. (65f699a, 0227234)
- Support IFLA_VRF_PORT_TABLE attribute. (abfadc1)

### Bug fixes
- N/A

## [0.20.0] - 2024-01-31
### Breaking changes
- Use bitflags. (3c08f7f, 5072f3a, 9271b33, 8564ed9, e26b489, b337e00,
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Corentin Henry <[email protected]>"]
name = "netlink-packet-route"
version = "0.20.0"
version = "0.20.1"
edition = "2021"

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

0 comments on commit 570c4f2

Please sign in to comment.