Skip to content

Commit 865fe7c

Browse files
committed
New release 0.3.3
=== Breaking changes - N/A === New features - N/A === Bug fixes - Removed depdency on libc. (13fc4cb) - Fix the incorrect emit of mcast and ops. (31fcccd) Signed-off-by: Gris Ge <[email protected]>
1 parent bf2c7c1 commit 865fe7c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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.3.3] - 2023-07-09
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- N/A
8+
9+
### Bug fixes
10+
- Removed depdency on libc. (13fc4cb)
11+
- Fix the incorrect emit of mcast and ops. (31fcccd)
12+
213
## [0.3.2] - 2023-01-29
314
### Breaking changes
415
- N/A

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "netlink-packet-generic"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Leo <[email protected]>"]
55
edition = "2018"
66
homepage = "https://github.com/rust-netlink/netlink-packet-generic"

0 commit comments

Comments
 (0)