Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
## [0.3.0] - 2026-08-18
### Breaking changes
- Use latest rust-netlink crates. (7f6f09d)

### New features
- Change TryStream to Stream. (15810b2)
- Adding support for dumping eeprom pages.. (f923530)

### Bug fixes
- Cargo: Use `futures-util` and `futures-channel` to replace `futures` crate. (f79bc8b)
- link_mode: Support convert EthtoolLinkModeDuplex to u8. (64382a5)

## [0.2.9] - 2025-08-28
### 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.9"
version = "0.3.0"
authors = ["Gris Ge <cnfourt@gmail.com>"]
license = "MIT"
edition = "2021"
Expand Down
Loading