diff --git a/Cargo.lock b/Cargo.lock index 62998f4..2644657 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2197,7 +2197,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.23.3" +version = "0.23.4" dependencies = [ "anyhow", "async-trait", diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index 7dd1932..e2c30cb 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.23.4](https://github.com/drivercraft/ostool/compare/ostool-v0.23.3...ostool-v0.23.4) - 2026-06-18 + +### Added + +- *(ostool)* expose prepared runtime board APIs ([#143](https://github.com/drivercraft/ostool/pull/143)) + ## [0.23.3](https://github.com/drivercraft/ostool/compare/ostool-v0.23.2...ostool-v0.23.3) - 2026-06-18 ### Added diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index 909ce35..70f0c07 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.23.3" +version = "0.23.4" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"