Skip to content

Commit 1129cbd

Browse files
committed
New release 0.2.0
=== Breaking changes - Removed reexport on `nl`, please use `netlink_packet_core`. (a7bfcfd) - Removed reexport on `utils`, please use `netlink_packet_utils`. (a7bfcfd) === New features - N/A === Bug fixes - N/A Signed-off-by: Gris Ge <[email protected]>
1 parent a7bfcfd commit 1129cbd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -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+
- N/A

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Loïc Damien <[email protected]>"]
33
name = "netlink-packet-netfilter"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2018"
66

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

0 commit comments

Comments
 (0)