Skip to content

Commit 2423645

Browse files
committed
New release 0.16.0
=== Breaking changes - N/A === New features - Add support of tc filter del command. (51cfceb) === Bug fixes - Fix error on decoding empty `IFLA_VFINFO_LIST`. (581b4ac) Signed-off-by: Gris Ge <[email protected]>
1 parent 987efd7 commit 2423645

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## [0.16.0] - 2025-03-10
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- Add support of tc filter del command. (51cfceb)
8+
9+
### Bug fixes
10+
- Fix error on decoding empty `IFLA_VFINFO_LIST`. (581b4ac)
11+
212
## [0.15.0] - 2025-03-10
313
### Breaking changes
414
- Deprecated `LinkAddRequest::xfrmtun()` in the favor of

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtnetlink"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
authors = ["Corentin Henry <[email protected]>"]
55
edition = "2018"
66
homepage = "https://github.com/rust-netlink/rtnetlink"

0 commit comments

Comments
 (0)