Skip to content

Commit

Permalink
New release 0.2.0
Browse files Browse the repository at this point in the history
=== Breaking changes
 - Removed the reexports. (8d3f0d2)
    * `netlink-packet-xfrm::ErrorMessage`
    * `netlink-packet-xfrm::NetlinkBuffer`
    * `netlink-packet-xfrm::NetlinkHeader`
    * `netlink-packet-xfrm::NetlinkMessage`
    * `netlink-packet-xfrm::NetlinkPayload`

=== New features
 - N/A

=== Bug fixes
 - N/A

Signed-off-by: Gris Ge <fge@redhat.com>
  • Loading branch information
cathay4t committed Jan 29, 2023
1 parent 51289a7 commit 7e371c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog
## [0.2.0] - 2023-01-29
### Breaking changes
- Removed the reexports. (8d3f0d2)
* `netlink-packet-xfrm::ErrorMessage`
* `netlink-packet-xfrm::NetlinkBuffer`
* `netlink-packet-xfrm::NetlinkHeader`
* `netlink-packet-xfrm::NetlinkMessage`
* `netlink-packet-xfrm::NetlinkPayload`

### New features
- N/A

### Bug fixes
- N/A
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netlink-packet-xfrm"
version = "0.1.0"
version = "0.2.0"
authors = ["Scott Zuk <zooknotic@proton.me>"]
edition = "2018"
homepage = "https://github.com/rust-netlink/netlink-packet-xfrm"
Expand Down

0 comments on commit 7e371c8

Please sign in to comment.