Skip to content

Commit

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

=== New features
 - N/A

=== Bug fixes
 - Use latest rust-netlink crates. (0bff837)

Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Jul 10, 2023
1 parent 0bff837 commit 30366bd
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
@@ -1,4 +1,14 @@
# Changelog
## [0.4.2] - 2023-07-10
### Breaking changes
- N/A

### New features
- N/A

### Bug fixes
- Use latest rust-netlink crates. (0bff837)

## [0.4.1] - 2023-01-29
### 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 = ["Flier Lu <[email protected]>", "Corentin Henry <[email protected]>"]
name = "netlink-packet-sock-diag"
version = "0.4.1"
version = "0.4.2"
edition = "2018"
homepage = "https://github.com/rust-netlink/netlink-packet-sock-diag"
keywords = ["netlink", "linux", "sock_diag"]
Expand Down

0 comments on commit 30366bd

Please sign in to comment.