From c01a00222e72e9e8152208d2d15c11c3f03b8ac5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 05:32:10 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 4 ++-- ostool-server/CHANGELOG.md | 6 ++++++ ostool-server/Cargo.toml | 2 +- ostool/CHANGELOG.md | 6 ++++++ ostool/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43a4ad5..640ce07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "async-trait", @@ -2208,7 +2208,7 @@ dependencies = [ [[package]] name = "ostool-server" -version = "0.1.8" +version = "0.2.0" dependencies = [ "anyhow", "async-trait", diff --git a/ostool-server/CHANGELOG.md b/ostool-server/CHANGELOG.md index 7ea559a..0715ac9 100644 --- a/ostool-server/CHANGELOG.md +++ b/ostool-server/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/drivercraft/ostool/compare/ostool-server-v0.1.8...ostool-server-v0.2.0) - 2026-05-14 + +### Added + +- 添加 U-Boot 网络模式配置(DHCP/静态IP) ([#101](https://github.com/drivercraft/ostool/pull/101)) + ## [0.1.8](https://github.com/drivercraft/ostool/compare/ostool-server-v0.1.7...ostool-server-v0.1.8) - 2026-04-15 ### Other diff --git a/ostool-server/Cargo.toml b/ostool-server/Cargo.toml index 0bc8607..7fe22ca 100644 --- a/ostool-server/Cargo.toml +++ b/ostool-server/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" name = "ostool-server" readme = "README.md" repository = "https://github.com/drivercraft/ostool" -version = "0.1.8" +version = "0.2.0" exclude = ["webui/node_modules/*", "webui/dist/*"] diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index d16d014..81fc1c5 100644 --- a/ostool/CHANGELOG.md +++ b/ostool/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.0](https://github.com/drivercraft/ostool/compare/ostool-v0.16.0...ostool-v0.17.0) - 2026-05-14 + +### Added + +- 添加 U-Boot 网络模式配置(DHCP/静态IP) ([#101](https://github.com/drivercraft/ostool/pull/101)) + ## [0.16.0](https://github.com/drivercraft/ostool/compare/ostool-v0.15.1...ostool-v0.16.0) - 2026-05-12 ### Added diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index b125268..7a22b1b 100644 --- a/ostool/Cargo.toml +++ b/ostool/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "ostool" readme = "../README.md" repository = "https://github.com/drivercraft/ostool" -version = "0.16.0" +version = "0.17.0" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"