From ceeffab37368c061b30eb21966101f9b837f5a9f Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Tue, 11 Mar 2025 15:43:23 +0800 Subject: [PATCH] New release 0.2.8 === Breaking changes - N/A === New features - N/A === Bug fixes - Remove debug print. (945fc73) Signed-off-by: Gris Ge --- CHANGELOG | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9c9999b..93bbdd7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,14 @@ # Changelog +## [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 diff --git a/Cargo.toml b/Cargo.toml index 430d08d..6cd0b97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethtool" -version = "0.2.7" +version = "0.2.8" authors = ["Gris Ge "] license = "MIT" edition = "2018"