Skip to content

Commit 74b4fef

Browse files
committed
New release 0.14.0
=== Breaking changes - All public struct and enum are marked as `non_exhaustive`. Please check https://doc.rust-lang.org/reference/attributes/type_system.html for more detail. (0b98180) - Removed the reexport `netlink-packet-core::utils`, please use `netlink_packet_utils` directly. (a76010a) === New features - LinkAddRequest: Allow adding XFRM tunnel with if_id mark. (5507d97) - Bridge: Add support of `IFLA_BR_MCAST_QUERIER_STATE. (3d91fdf) - LinkAddRequest: Allow adding macvtap on a link. (dabd5dc) === Bug fixes - Fix panics when using iif or oif with ip rule. (dab602e) Signed-off-by: Gris Ge <[email protected]>
1 parent e028322 commit 74b4fef

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
## [0.14.0] - 2023-01-28
3+
### Breaking changes
4+
- All public struct and enum are marked as `non_exhaustive`. Please check
5+
https://doc.rust-lang.org/reference/attributes/type_system.html for more
6+
detail. (0b98180)
7+
8+
- Removed the reexport `netlink-packet-core::utils`, please use
9+
`netlink_packet_utils` directly. (a76010a)
10+
11+
### New features
12+
- LinkAddRequest: Allow adding XFRM tunnel with if_id mark. (5507d97)
13+
- Bridge: Add support of `IFLA_BR_MCAST_QUERIER_STATE. (3d91fdf)
14+
- LinkAddRequest: Allow adding macvtap on a link. (dabd5dc)
15+
16+
### Bug fixes
17+
- Fix panics when using iif or oif with ip rule. (dab602e)

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.13.0"
4+
version = "0.14.0"
55
edition = "2018"
66

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

0 commit comments

Comments
 (0)