Skip to content

Commit 6efa5ce

Browse files
committed
New release 0.3.1
=== Breaking changes - N/A === New features - N/A === Bug fixes - Use latest rust-netlink crates. (543d396) Signed-off-by: Gris Ge <[email protected]>
1 parent 165059a commit 6efa5ce

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# Changelog
2+
## [0.3.1] - 2023-07-09
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- N/A
8+
9+
### Bug fixes
10+
- Use latest rust-netlink crates. (543d396)
11+
12+
## [0.3.0] - 2023-06-05
13+
### Breaking changes
14+
- Related on structs. (7432621)
15+
16+
### New features
17+
- Add some helper methods to make xfrmnetlink message construction simpler.
18+
(30be872)
19+
20+
### Bug fixes
21+
- N/A
22+
223
## [0.2.0] - 2023-01-29
324
### Breaking changes
425
- Removed the reexports. (8d3f0d2)

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-xfrm"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Scott Zuk <[email protected]>"]
55
edition = "2018"
66
homepage = "https://github.com/rust-netlink/netlink-packet-xfrm"

0 commit comments

Comments
 (0)