diff --git a/Cargo.lock b/Cargo.lock index d3f7349..43a4ad5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.15.1" +version = "0.16.0" dependencies = [ "anyhow", "async-trait", diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index 4890aa8..d16d014 100644 --- a/ostool/CHANGELOG.md +++ b/ostool/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.0](https://github.com/drivercraft/ostool/compare/ostool-v0.15.1...ostool-v0.16.0) - 2026-05-12 + +### Added + +- *(ostool)* 添加 Cargo 二进制目标选择 ([#97](https://github.com/drivercraft/ostool/pull/97)) +- *(ostool)* 支持显式配置 Cargo 构建 profile ([#96](https://github.com/drivercraft/ostool/pull/96)) + ## [0.15.1](https://github.com/drivercraft/ostool/compare/ostool-v0.15.0...ostool-v0.15.1) - 2026-04-30 ### Fixed diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index 156235a..b125268 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.15.1" +version = "0.16.0" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"