From 4113fd344eedf37f9466a53df98054f48c01b092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:20:54 +0000 Subject: [PATCH] chore(ostool): release v0.14.0 --- Cargo.lock | 4 ++-- ostool-server/CHANGELOG.md | 6 ++++++ ostool-server/Cargo.toml | 2 +- ostool/CHANGELOG.md | 7 +++++++ ostool/Cargo.toml | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78680e7..e27cf70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.13.0" +version = "0.14.0" dependencies = [ "anyhow", "async-trait", @@ -2208,7 +2208,7 @@ dependencies = [ [[package]] name = "ostool-server" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "async-trait", diff --git a/ostool-server/CHANGELOG.md b/ostool-server/CHANGELOG.md index 1c20661..7ea559a 100644 --- a/ostool-server/CHANGELOG.md +++ b/ostool-server/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.8](https://github.com/drivercraft/ostool/compare/ostool-server-v0.1.7...ostool-server-v0.1.8) - 2026-04-15 + +### Other + +- *(ostool)* CargoRunnerKind and clean up cargo_run calls ([#87](https://github.com/drivercraft/ostool/pull/87)) + ## [0.1.7](https://github.com/drivercraft/ostool/compare/ostool-server-v0.1.6...ostool-server-v0.1.7) - 2026-04-09 ### Added diff --git a/ostool-server/Cargo.toml b/ostool-server/Cargo.toml index 5cb5209..0bc8607 100644 --- a/ostool-server/Cargo.toml +++ b/ostool-server/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" name = "ostool-server" readme = "README.md" repository = "https://github.com/drivercraft/ostool" -version = "0.1.7" +version = "0.1.8" exclude = ["webui/node_modules/*", "webui/dist/*"] diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index ae05ed9..93574bb 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.14.0](https://github.com/drivercraft/ostool/compare/ostool-v0.13.0...ostool-v0.14.0) - 2026-04-15 + +### Other + +- *(ostool)* CargoRunnerKind and clean up cargo_run calls ([#87](https://github.com/drivercraft/ostool/pull/87)) +- *(ostool)* improve api ([#85](https://github.com/drivercraft/ostool/pull/85)) + ## [0.13.0](https://github.com/drivercraft/ostool/compare/ostool-v0.12.4...ostool-v0.13.0) - 2026-04-14 ### Added diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index a1c7a3b..18a1eba 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.13.0" +version = "0.14.0" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"