# 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

### New features
 - Support channel get/set. (c64872a)

### Bug fixes
 - Use latest rust-netlink crates. (39a1702)

## [0.2.8] - 2025-03-11
### Breaking changes
 - N/A

### New features
 - N/A

### Bug fixes
 - Remove debug print. (945fc73)

## [0.2.7] - 2025-03-11
### Breaking changes
 - N/A

### New features
 - N/A

### Bug fixes
 - Expose `EthtoolFecMode` and `EthtoolFecStat`. (6daba73)

## [0.2.6] - 2025-03-10
### Breaking changes
 - N/A

### New features
 - Support FEC query. (c71ed0e)

### Bug fixes
 - N/A

## [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

### New features
 - N/A

### Bug fixes
 - Use latest rust-netlink crates. (151f217)
