From 55e20fd76397e61fa9934f0844db4d93ecd5d408 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:35:19 +0000 Subject: [PATCH] chore(ostool): release v0.10.1 --- Cargo.lock | 2 +- ostool/CHANGELOG.md | 6 ++++++ ostool/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 985c0ac..f452ccf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2058,7 +2058,7 @@ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" [[package]] name = "ostool" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "byte-unit", diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index 37d658d..21479af 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.10.1](https://github.com/drivercraft/ostool/compare/ostool-v0.10.0...ostool-v0.10.1) - 2026-03-26 + +### Added + +- 增加对 U-Boot 和 QEMU 配置中字符串替换的支持,改进环境变量处理 ([#57](https://github.com/drivercraft/ostool/pull/57)) + ## [0.10.0](https://github.com/drivercraft/ostool/compare/ostool-v0.9.0...ostool-v0.10.0) - 2026-03-25 ### Added diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index 78dd7fd..bc87802 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.10.0" +version = "0.10.1" [package.metadata.binstall] bin-dir = "{ name }-{ target }-v{ version }/{ bin }{ binary-ext }"