Skip to content

Commit

Permalink
New release 0.18.0
Browse files Browse the repository at this point in the history
=== 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]>
  • Loading branch information
cathay4t committed Dec 5, 2023
1 parent a6af25c commit 12b5f0b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog
## [0.18.0] - 2023-12-05
### 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)

## [0.17.1] - 2023-08-30
### Breaking changes
- N/A
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
authors = ["Corentin Henry <[email protected]>"]
name = "netlink-packet-route"
version = "0.17.1"
edition = "2018"
version = "0.18.0"
edition = "2021"

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

0 comments on commit 12b5f0b

Please sign in to comment.