Skip to content

Commit

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

=== New features
 - Add `DefaultNla::new()`. (d3ef75d)

=== Bug fixes
 - N/A

Signed-off-by: Gris Ge <cnfourt@gmail.com>
  • Loading branch information
cathay4t committed Jan 28, 2023
1 parent 23a52c4 commit 51ef451
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog
## [0.5.2] - 2023-01-28
### Breaking changes
- N/A

### New features
- Add `DefaultNla::new()`. (d3ef75d)

### Bug fixes
- N/A
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netlink-packet-utils"
version = "0.5.1"
version = "0.5.2"
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
edition = "2018"
homepage = "https://github.com/rust-netlink/netlink-packet-utils"
Expand Down

0 comments on commit 51ef451

Please sign in to comment.