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 }"