Skip to content

Commit

Permalink
New release 0.2.5
Browse files Browse the repository at this point in the history
=== Breaking changes
 - N/A

=== New features
 - N/A

=== Bug fixes
 - Use latest rust-netlink crates. (43f99db)

Signed-off-by: Gris Ge <fge@redhat.com>
  • Loading branch information
cathay4t committed Jul 10, 2023
1 parent 43f99db commit b8c3e74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## [0.2.5] - 2023-07-10
### Breaking changes
- N/A

### New features
- N/A

### Bug fixes
- Use latest rust-netlink crates. (43f99db)

## [0.2.4] - 2023-01-29
### Breaking changes
- N/A
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genetlink"
version = "0.2.4"
version = "0.2.5"
authors = ["Leo <leo881003@gmail.com>"]
edition = "2018"
homepage = "https://github.com/rust-netlink/genetlink"
Expand Down

0 comments on commit b8c3e74

Please sign in to comment.