Skip to content

Commit fb0bc8f

Browse files
committed
New release 0.11.2
=== Breaking changes - N/A === New features - N/A === Bug fixes - Check for closed unsolicited messages channel. (2e14c59) - Use latest netlink-packet-core 0.7.0. (55fb44f) Signed-off-by: Gris Ge <[email protected]>
1 parent 7e6685c commit fb0bc8f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
## [0.11.2] - 2023-01-28
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- N/A
8+
9+
### Bug fixes
10+
- Check for closed unsolicited messages channel. (2e14c59)
11+
- Use latest netlink-packet-core 0.7.0. (55fb44f)
12+
213
## [0.11.1] - 2023-01-28
314
### Breaking changes
415
- 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.1"
4+
version = "0.11.2"
55
edition = "2018"
66

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

0 commit comments

Comments
 (0)