Skip to content

Commit

Permalink
New release 0.7.0
Browse files Browse the repository at this point in the history
=== Breaking changes
 - `NetlinkPayload::Ack` removed and replaced by `NetlinkPayload::Error` where
    `ErrorMessage.code` is set to None. (52732b3)

=== New features
 - Derive `Default` for `ErrorMessage`. (3514766)

=== Bug fixes
 - N/A

Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Jul 9, 2023
1 parent 2c88cc3 commit 3a1c725
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## [0.7.0] - 2023-07-09
### Breaking changes
- `NetlinkPayload::Ack` removed and replaced by `NetlinkPayload::Error` where
`ErrorMessage.code` is set to None. (52732b3)

### New features
- Derive `Default` for `ErrorMessage`. (3514766)

### Bug fixes
- N/A

## [0.6.0] - 2023-06-26
### Breaking changes
- `NetlinkPayload::Done` changed to `NetlinkPayload::Done(DoneMessage)`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Corentin Henry <[email protected]>"]
name = "netlink-packet-core"
version = "0.6.0"
version = "0.7.0"
edition = "2018"

homepage = "https://github.com/rust-netlink/netlink-packet-core"
Expand Down

0 comments on commit 3a1c725

Please sign in to comment.