Skip to content

Commit 70b8637

Browse files
committed
New release 0.17.0
=== Breaking changes - `InfoVlan::EgressQos(Vec<u8>)` changed to `InfoVlan::EgressQos(Vec<VlanQosMapping>)`. (2d33edb) - `InfoVlan::IngressQos(Vec<u8>)` changed to `InfoVlan::IngressQos(Vec<VlanQosMapping>)`. (2d33edb) === New features - Added rich representation for VLAN QOS mapping. (2d33edb) - Added MacVlan IFLA_MACVLAN_BC_ options. (640be35) === Bug fixes - N/A Signed-off-by: Gris Ge <[email protected]>
1 parent 640be35 commit 70b8637

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
## [0.17.0] - 2023-07-10
3+
### Breaking changes
4+
- `InfoVlan::EgressQos(Vec<u8>)` changed to
5+
`InfoVlan::EgressQos(Vec<VlanQosMapping>)`. (2d33edb)
6+
- `InfoVlan::IngressQos(Vec<u8>)` changed to
7+
`InfoVlan::IngressQos(Vec<VlanQosMapping>)`. (2d33edb)
8+
9+
### New features
10+
- Added rich representation for VLAN QOS mapping. (2d33edb)
11+
- Added MacVlan IFLA_MACVLAN_BC_ options. (640be35)
12+
13+
### Bug fixes
14+
- N/A
15+
216
## [0.16.1] - 2023-07-10
317
### Breaking changes
418
- N/A

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

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

0 commit comments

Comments
 (0)