Skip to content

Commit

Permalink
New release 0.14.1
Browse files Browse the repository at this point in the history
=== Breaking changes
 - N/A

=== New features
 - FreeBSD support. (eb04e60)
 - Support specifying MAC address in `LinkAddRequest`. (d76171c)
 - Support creating wireguard link in `LinkAddRequest`. (24982ec)
 - Support setting priority in `RouteAddRequest`. (c840e78)

=== Bug fixes
 - Fixing docs of AddressGetRequest::set_address_filter. (006a348)

Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Feb 1, 2024
1 parent 4cbb9be commit 6d77e01
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog
## [0.14.1] - 2024-02-01
### Breaking changes
- N/A

### New features
- FreeBSD support. (eb04e60)
- Support specifying MAC address in `LinkAddRequest`. (d76171c)
- Support creating wireguard link in `LinkAddRequest`. (24982ec)
- Support setting priority in `RouteAddRequest`. (c840e78)

### Bug fixes
- Fixing docs of AddressGetRequest::set_address_filter. (006a348)

## [0.14.0] - 2023-12-05
### Breaking changes
- Many `VxlanAddRequest` functions changed from u8 to bool. (ba4825a)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtnetlink"
version = "0.14.0"
version = "0.14.1"
authors = ["Corentin Henry <[email protected]>"]
edition = "2018"
homepage = "https://github.com/rust-netlink/rtnetlink"
Expand Down

0 comments on commit 6d77e01

Please sign in to comment.