From 474f747e9e743ce121c41d430efef5f9ebc3c1b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:47:52 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- ostool/CHANGELOG.md | 6 ++++++ ostool/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e6585b..94359fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2197,7 +2197,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.23.4" +version = "0.23.5" dependencies = [ "anyhow", "async-trait", diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index e2c30cb..5afa576 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.5](https://github.com/drivercraft/ostool/compare/ostool-v0.23.4...ostool-v0.23.5) - 2026-06-26 + +### Fixed + +- *(ostool)* throttle shell init input ([#148](https://github.com/drivercraft/ostool/pull/148)) + ## [0.23.4](https://github.com/drivercraft/ostool/compare/ostool-v0.23.3...ostool-v0.23.4) - 2026-06-18 ### Added diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index 70f0c07..f5e6435 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.4" +version = "0.23.5" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"