We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb5360 commit 61b8676Copy full SHA for 61b8676
CHANGELOG
@@ -1,4 +1,14 @@
1
# Changelog
2
+## [0.11.1] - 2023-01-28
3
+### Breaking changes
4
+ - N/A
5
+
6
+### New features
7
8
9
+### Bug fixes
10
+ - Cosmetic release to update crates.io.
11
12
## [0.11.0] - 2023-01-28
13
### Breaking changes
14
- Remove `netlink_proto::packet`, please use netlink_packet_core (4fa7411)
Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Corentin Henry <[email protected]>"]
name = "netlink-proto"
-version = "0.11.0"
+version = "0.11.1"
edition = "2018"
homepage = "https://github.com/rust-netlink/netlink-proto"
0 commit comments