Skip to content

Commit 12b5f0b

Browse files
committed
New release 0.18.0
=== Breaking changes - MASSIVE changes to API in order to 1.0 preparation. Please check document or code for detail. Sorry for the inconvenience. === New features - Support HSR interface. (37f9c5c) === Bug fixes - vxlan: Do not fail on unknown option. (2457bdf) - bond: Do not fail on unknown option. (acac109) - vlan: Do not fail on unknown option. (1617948) Signed-off-by: Gris Ge <[email protected]>
1 parent a6af25c commit 12b5f0b

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
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.18.0] - 2023-12-05
3+
### Breaking changes
4+
5+
- MASSIVE changes to API in order to 1.0 preparation. Please check
6+
document or code for detail. Sorry for the inconvenience.
7+
8+
### New features
9+
- Support HSR interface. (37f9c5c)
10+
11+
### Bug fixes
12+
- vxlan: Do not fail on unknown option. (2457bdf)
13+
- bond: Do not fail on unknown option. (acac109)
14+
- vlan: Do not fail on unknown option. (1617948)
15+
216
## [0.17.1] - 2023-08-30
317
### Breaking changes
418
- N/A

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
authors = ["Corentin Henry <[email protected]>"]
33
name = "netlink-packet-route"
4-
version = "0.17.1"
5-
edition = "2018"
4+
version = "0.18.0"
5+
edition = "2021"
66

77
homepage = "https://github.com/rust-netlink/netlink-packet-route"
88
keywords = ["netlink", "linux"]

0 commit comments

Comments
 (0)