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 f62e013 commit 3e94a49Copy full SHA for 3e94a49
CHANGELOG
@@ -0,0 +1,10 @@
1
+# Changelog
2
+## [0.4.0] - 2023-01-29
3
+### Breaking changes
4
+ - Removed all reexports. (e3bb0f0)
5
+
6
+### New features
7
+ - N/A
8
9
+### Bug fixes
10
+ - Use latest rust-netlink crates. (1c0c9a8)
Cargo.toml
@@ -1,9 +1,8 @@
[package]
authors = ["Flier Lu <flier.lu@gmail.com>", "Corentin Henry <corentinhenry@gmail.com>"]
name = "netlink-packet-sock-diag"
-version = "0.3.1"
+version = "0.4.0"
edition = "2018"
-
homepage = "https://github.com/rust-netlink/netlink-packet-sock-diag"
keywords = ["netlink", "linux", "sock_diag"]
license = "MIT"
0 commit comments