Skip to content

Commit

Permalink
New release 0.17.0
Browse files Browse the repository at this point in the history
=== 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]>
  • Loading branch information
cathay4t committed Jul 10, 2023
1 parent 640be35 commit 70b8637
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog
## [0.17.0] - 2023-07-10
### 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

## [0.16.1] - 2023-07-10
### Breaking changes
- N/A
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.16.1"
version = "0.17.0"
edition = "2018"

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

0 comments on commit 70b8637

Please sign in to comment.