Skip to content

Commit 3e94a49

Browse files
committed
New release 0.4.0
=== Breaking changes - Removed all reexports. (e3bb0f0) === New features - N/A === Bug fixes - Use latest rust-netlink crates. (1c0c9a8) Signed-off-by: Gris Ge <fge@redhat.com>
1 parent f62e013 commit 3e94a49

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
authors = ["Flier Lu <flier.lu@gmail.com>", "Corentin Henry <corentinhenry@gmail.com>"]
33
name = "netlink-packet-sock-diag"
4-
version = "0.3.1"
4+
version = "0.4.0"
55
edition = "2018"
6-
76
homepage = "https://github.com/rust-netlink/netlink-packet-sock-diag"
87
keywords = ["netlink", "linux", "sock_diag"]
98
license = "MIT"

0 commit comments

Comments
 (0)