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
 - Support time stamp (`ethtool --show-time-stamping`). (b753d74)

=== Bug fixes
 - Use latest rust-netlink crates. (615b168)

Signed-off-by: Gris Ge <fge@redhat.com>
  • Loading branch information
cathay4t committed Jul 10, 2023
1 parent 615b168 commit 96a97a7
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
- Support time stamp (`ethtool --show-time-stamping`). (b753d74)

### Bug fixes
- Use latest rust-netlink crates. (615b168)

## [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 = "ethtool"
version = "0.2.4"
version = "0.2.5"
authors = ["Gris Ge <fge@redhat.com>"]
license = "MIT"
edition = "2018"
Expand Down

0 comments on commit 96a97a7

Please sign in to comment.