Skip to content

Commit 96a97a7

Browse files
committed
New release 0.2.5
=== 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 <[email protected]>
1 parent 615b168 commit 96a97a7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## [0.2.5] - 2023-07-10
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- Support time stamp (`ethtool --show-time-stamping`). (b753d74)
8+
9+
### Bug fixes
10+
- Use latest rust-netlink crates. (615b168)
11+
212
## [0.2.4] - 2023-01-29
313
### Breaking changes
414
- 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 = "ethtool"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
authors = ["Gris Ge <[email protected]>"]
55
license = "MIT"
66
edition = "2018"

0 commit comments

Comments
 (0)