Skip to content

Commit 8811b0d

Browse files
committed
New release 0.11.4
=== 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]>
1 parent 71d5441 commit 8811b0d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
## [0.11.4] - 2025-01-21
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- Add ENOBUFS handling for unsolicited messages (051ef77)
8+
- New function to forward ACK/DONE/NOOP message to handler (9de99ce)
9+
- Allow the user to specify their own socket (3c6fc4e)
10+
11+
### Bug fixes
12+
- N/A
13+
214
## [0.11.3] - 2024-01-12
315
### Breaking changes
416
- N/A

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Corentin Henry <[email protected]>"]
33
name = "netlink-proto"
4-
version = "0.11.3"
4+
version = "0.11.4"
55
edition = "2018"
66

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

0 commit comments

Comments
 (0)