From 574a93fdb82531fcb7ba7a551956f0fec0a3c2f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 01:15:47 +0000 Subject: [PATCH] chore(ostool): release v0.25.0 --- 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 4f625e0..fd57d0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2595,7 +2595,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.24.1" +version = "0.25.0" dependencies = [ "anyhow", "async-trait", diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index 554581e..6703330 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.25.0](https://github.com/drivercraft/ostool/compare/ostool-v0.24.1...ostool-v0.25.0) - 2026-07-22 + +### Other + +- Add board authentication client and unify server config ([#154](https://github.com/drivercraft/ostool/pull/154)) + ## [0.24.1](https://github.com/drivercraft/ostool/compare/ostool-v0.24.0...ostool-v0.24.1) - 2026-07-17 ### Fixed diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index 8c2de57..2a2f359 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.24.1" +version = "0.25.0" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"