Skip to content

Commit 5102494

Browse files
committed
New release 0.4.0
=== Breaking changes - Use `netlink-packet-core 0.8`. No API changed, just bump version forcing manual intervention on all dependency chain update. (4f5da61) === New features - N/A === Bug fixes - N/A Signed-off-by: Gris Ge <[email protected]>
1 parent d754290 commit 5102494

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
## [0.4.0] - 2025-08-27
3+
### Breaking changes
4+
- Use `netlink-packet-core 0.8`. No API changed, just bump version
5+
forcing manual intervention on all dependency chain update. (4f5da61)
6+
7+
### New features
8+
- N/A
9+
10+
### Bug fixes
11+
- N/A
12+
213
## [0.3.3] - 2023-07-09
314
### Breaking changes
415
- N/A

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "netlink-packet-generic"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
authors = ["Leo <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
homepage = "https://github.com/rust-netlink/netlink-packet-generic"
77
repository = "https://github.com/rust-netlink/netlink-packet-generic"
88
keywords = ["netlink", "linux"]

0 commit comments

Comments
 (0)