Skip to content

Commit 96b3136

Browse files
committed
New release 0.5.0
=== Breaking changes - All public struct and enum are marked as `non_exhaustive`. Please check https://doc.rust-lang.org/reference/attributes/type_system.html for more detail. (53a4c4e) - Removed the reexport `netlink-packet-core::utils`, please use `netlink_packet_utils` directly. (a76010a) === New features - N/A === Bug fixes - N/A Signed-off-by: Gris Ge <[email protected]>
1 parent 53a4c4e commit 96b3136

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
## [0.5.0] - 2023-01-28
3+
### Breaking changes
4+
- All public struct and enum are marked as `non_exhaustive`. Please check
5+
https://doc.rust-lang.org/reference/attributes/type_system.html for more
6+
detail. (53a4c4e)
7+
8+
- Removed the reexport `netlink-packet-core::utils`, please use
9+
`netlink_packet_utils` directly. (a76010a)
10+
11+
### New features
12+
- N/A
13+
14+
### Bug fixes
15+
- N/A

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Corentin Henry <[email protected]>"]
33
name = "netlink-packet-core"
4-
version = "0.4.2"
4+
version = "0.5.0"
55
edition = "2018"
66

77
homepage = "https://github.com/rust-netlink/netlink-packet-core"
@@ -15,7 +15,7 @@ description = "netlink packet types"
1515
anyhow = "1.0.31"
1616
byteorder = "1.3.2"
1717
libc = "0.2.66"
18-
netlink-packet-utils = "0.5.1"
18+
netlink-packet-utils = "0.5.2"
1919

2020
[dev-dependencies]
2121
netlink-packet-route = "0.13.0"

0 commit comments

Comments
 (0)