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 a7bfcfd commit 1129cbdCopy full SHA for 1129cbd
CHANGELOG
@@ -0,0 +1,11 @@
1
+# Changelog
2
+## [0.2.0] - 2023-07-10
3
+### Breaking changes
4
+ - Removed reexport on `nl`, please use `netlink_packet_core`. (a7bfcfd)
5
+ - Removed reexport on `utils`, please use `netlink_packet_utils`. (a7bfcfd)
6
+
7
+### New features
8
+ - N/A
9
10
+### Bug fixes
11
Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Loïc Damien <[email protected]>"]
name = "netlink-packet-netfilter"
-version = "0.1.0"
+version = "0.2.0"
edition = "2018"
homepage = "https://github.com/rust-netlink/netlink-packet-netfilter"
0 commit comments