diff --git a/Cargo.lock b/Cargo.lock index 796721d..3991427 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "async-trait", diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index 567ebd9..76a374c 100644 --- a/ostool/CHANGELOG.md +++ b/ostool/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.0](https://github.com/drivercraft/ostool/compare/ostool-v0.21.0...ostool-v0.22.0) - 2026-06-02 + +### Other + +- *(tool)* 移除旧 Tool 兼容 API ([#118](https://github.com/drivercraft/ostool/pull/118)) +- *(tool)* 拆分运行入口与 Tool facade ([#117](https://github.com/drivercraft/ostool/pull/117)) +- *(tool)* 接入 invocation 构建状态 ([#115](https://github.com/drivercraft/ostool/pull/115)) + ## [0.21.0](https://github.com/drivercraft/ostool/compare/ostool-v0.20.0...ostool-v0.21.0) - 2026-05-27 ### Added diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index ab66a9d..048b382 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.21.0" +version = "0.22.0" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"