From ea3df41b91495bb3de5308dfc70b1595b06a9b52 Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Tue, 11 Mar 2025 14:29:24 +0800 Subject: [PATCH] New release 0.2.7 === Breaking changes - N/A === New features - N/A === Bug fixes - Expose `EthtoolFecMode` and `EthtoolFecStat`. (6daba73) Signed-off-by: Gris Ge --- CHANGELOG | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7336569..9c9999b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,14 @@ # Changelog +## [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 diff --git a/Cargo.toml b/Cargo.toml index b6ebba2..430d08d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethtool" -version = "0.2.6" +version = "0.2.7" authors = ["Gris Ge "] license = "MIT" edition = "2018"