From 21216c574584e746b86fd247c7aa54a2471b48bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:57:30 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 6 +++--- httpboot-protocol/CHANGELOG.md | 6 ++++++ httpboot-protocol/Cargo.toml | 2 +- ostool-server/CHANGELOG.md | 6 ++++++ ostool-server/Cargo.toml | 2 +- ostool/CHANGELOG.md | 6 ++++++ ostool/Cargo.toml | 2 +- 7 files changed, 24 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 571de8f..1708a5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1627,7 +1627,7 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "httpboot-protocol" -version = "0.2.0" +version = "0.2.1" dependencies = [ "serde", "serde_json", @@ -2608,7 +2608,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.29.0" +version = "0.29.1" dependencies = [ "anyhow", "async-trait", @@ -2654,7 +2654,7 @@ dependencies = [ [[package]] name = "ostool-server" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "async-trait", diff --git a/httpboot-protocol/CHANGELOG.md b/httpboot-protocol/CHANGELOG.md index 008d0ab..5812887 100644 --- a/httpboot-protocol/CHANGELOG.md +++ b/httpboot-protocol/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/drivercraft/ostool/compare/httpboot-protocol-v0.2.0...httpboot-protocol-v0.2.1) - 2026-09-10 + +### Other + +- release ([#180](https://github.com/drivercraft/ostool/pull/180)) + ## [0.2.0](https://github.com/drivercraft/ostool/compare/httpboot-protocol-v0.1.1...httpboot-protocol-v0.2.0) - 2026-09-07 ### Added diff --git a/httpboot-protocol/Cargo.toml b/httpboot-protocol/Cargo.toml index e7a7ed9..c6755fe 100644 --- a/httpboot-protocol/Cargo.toml +++ b/httpboot-protocol/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["httpboot", "uefi", "bootloader"] license = "MIT OR Apache-2.0" name = "httpboot-protocol" repository = "https://github.com/drivercraft/ostool" -version = "0.2.0" +version = "0.2.1" [features] default = ["std", "json"] diff --git a/ostool-server/CHANGELOG.md b/ostool-server/CHANGELOG.md index d1df4b9..9f29205 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.7.1](https://github.com/drivercraft/ostool/compare/ostool-server-v0.7.0...ostool-server-v0.7.1) - 2026-09-10 + +### Added + +- Connect to specific board using --board-id ([#178](https://github.com/drivercraft/ostool/pull/178)) + ## [0.7.0](https://github.com/drivercraft/ostool/compare/ostool-server-v0.6.0...ostool-server-v0.7.0) - 2026-09-07 ### Added diff --git a/ostool-server/Cargo.toml b/ostool-server/Cargo.toml index a8f4365..09382a5 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.7.0" +version = "0.7.1" exclude = ["webui/node_modules/*", "webui/dist/*"] diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index 62c686b..04fab79 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.29.1](https://github.com/drivercraft/ostool/compare/ostool-v0.29.0...ostool-v0.29.1) - 2026-09-10 + +### Added + +- Connect to specific board using --board-id ([#178](https://github.com/drivercraft/ostool/pull/178)) + ## [0.29.0](https://github.com/drivercraft/ostool/compare/ostool-v0.28.2...ostool-v0.29.0) - 2026-09-07 ### Added diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index 8837520..6317541 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.29.0" +version = "0.29.1" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"