Skip to content

Commit ed3fc1b

Browse files
committed
New release 0.6.0
=== Breaking changes - Changed `DecodeError` from `struct` to `enum`. (5e39d65) - Changed `EncodeError` from `struct` to `enum`. (0353682) - DecodeError and EncodeError is marked as non_exhaustive. (1e7454c) - Removed the use of `anyhow`. (5e39d65, 0353682) - Replaced `paste` with pastey. (8897cf0) === New features - Add `parse_i64()`. (414d14e) === Bug fixes - N/A Signed-off-by: Gris Ge <[email protected]>
1 parent 1e7454c commit ed3fc1b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
## [0.6.0] - 2025-04-02
3+
### Breaking changes
4+
- Changed `DecodeError` from `struct` to `enum`. (5e39d65)
5+
- Changed `EncodeError` from `struct` to `enum`. (0353682)
6+
- DecodeError and EncodeError is marked as non_exhaustive. (1e7454c)
7+
- Removed the use of `anyhow`. (5e39d65, 0353682)
8+
- Replaced `paste` with pastey. (8897cf0)
9+
10+
### New features
11+
- Add `parse_i64()`. (414d14e)
12+
13+
### Bug fixes
14+
- N/A
15+
216
## [0.5.2] - 2023-01-28
317
### Breaking changes
418
- 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-utils"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
authors = ["Corentin Henry <[email protected]>"]
55
edition = "2018"
66
homepage = "https://github.com/rust-netlink/netlink-packet-utils"

0 commit comments

Comments
 (0)