Skip to content

Commit

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

=== New features
 - Add ENOBUFS handling for unsolicited messages (051ef77)
 - New function to forward ACK/DONE/NOOP message to handler (9de99ce)
 - Allow the user to specify their own socket (3c6fc4e)

=== Bug fixes
 - N/A

Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Jan 21, 2025
1 parent 71d5441 commit 8811b0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
## [0.11.4] - 2025-01-21
### Breaking changes
- N/A

### New features
- Add ENOBUFS handling for unsolicited messages (051ef77)
- New function to forward ACK/DONE/NOOP message to handler (9de99ce)
- Allow the user to specify their own socket (3c6fc4e)

### Bug fixes
- N/A

## [0.11.3] - 2024-01-12
### 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 = ["Corentin Henry <[email protected]>"]
name = "netlink-proto"
version = "0.11.3"
version = "0.11.4"
edition = "2018"

homepage = "https://github.com/rust-netlink/netlink-proto"
Expand Down

0 comments on commit 8811b0d

Please sign in to comment.