Skip to content

Commit 6a384e2

Browse files
committed
New release 0.14.1
=== Breaking changes - N/A === New features - N/A === Bug fixes - Bridge VLAN: Fixed incorrect constants. (6994712) Signed-off-by: Gris Ge <[email protected]>
1 parent 6994712 commit 6a384e2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## [0.14.1] - 2023-01-28
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- N/A
8+
9+
### Bug fixes
10+
- Bridge VLAN: Fixed incorrect constants. (6994712)
11+
212
## [0.14.0] - 2023-01-28
313
### Breaking changes
414
- All public struct and enum are marked as `non_exhaustive`. Please check
@@ -7,7 +17,7 @@
717

818
### New features
919
- LinkAddRequest: Allow adding XFRM tunnel with if_id mark. (5507d97)
10-
- Bridge: Add support of `IFLA_BR_MCAST_QUERIER_STATE. (3d91fdf)
20+
- Bridge: Add support of `IFLA_BR_MCAST_QUERIER_STATE`. (3d91fdf)
1121
- LinkAddRequest: Allow adding macvtap on a link. (dabd5dc)
1222

1323
### Bug fixes

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

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

0 commit comments

Comments
 (0)