diff --git a/Cargo.lock b/Cargo.lock index 5eb45d1..e6c7185 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.18.0" +version = "0.19.0" dependencies = [ "anyhow", "async-trait", diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index 58c94e9..fca6a17 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.19.0](https://github.com/drivercraft/ostool/compare/ostool-v0.18.0...ostool-v0.19.0) - 2026-05-21 + +### Added + +- 添加禁用 someboot 自动注入 Cargo 参数的配置选项 ([#106](https://github.com/drivercraft/ostool/pull/106)) + ## [0.18.0](https://github.com/drivercraft/ostool/compare/ostool-v0.17.0...ostool-v0.18.0) - 2026-05-21 ### Added diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index 363bd94..8c7f925 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.18.0" +version = "0.19.0" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"