From 428f7fa135da262a0ec4f23f32107da9683d57fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 01:54:53 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 4 ++-- httpboot-protocol/CHANGELOG.md | 6 ++++++ ostool-server/CHANGELOG.md | 6 ++++++ ostool-server/Cargo.toml | 2 +- ostool/CHANGELOG.md | 6 ++++++ ostool/Cargo.toml | 2 +- 6 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15dcdb3a..571de8f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2608,7 +2608,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.28.2" +version = "0.29.0" dependencies = [ "anyhow", "async-trait", @@ -2654,7 +2654,7 @@ dependencies = [ [[package]] name = "ostool-server" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "async-trait", diff --git a/httpboot-protocol/CHANGELOG.md b/httpboot-protocol/CHANGELOG.md index 01bff1fa..008d0ab1 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.0](https://github.com/drivercraft/ostool/compare/httpboot-protocol-v0.1.1...httpboot-protocol-v0.2.0) - 2026-09-07 + +### Added + +- *(ostool-server)* add network axloader control plane ([#179](https://github.com/drivercraft/ostool/pull/179)) + ## [0.1.1](https://github.com/drivercraft/ostool/compare/httpboot-protocol-v0.1.0...httpboot-protocol-v0.1.1) - 2026-06-15 ### Other diff --git a/ostool-server/CHANGELOG.md b/ostool-server/CHANGELOG.md index 3fcb48c4..d1df4b99 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.0](https://github.com/drivercraft/ostool/compare/ostool-server-v0.6.0...ostool-server-v0.7.0) - 2026-09-07 + +### Added + +- *(ostool-server)* add network axloader control plane ([#179](https://github.com/drivercraft/ostool/pull/179)) + ## [0.6.0](https://github.com/drivercraft/ostool/compare/ostool-server-v0.5.0...ostool-server-v0.6.0) - 2026-08-03 ### Added diff --git a/ostool-server/Cargo.toml b/ostool-server/Cargo.toml index 02ac53d5..a8f43655 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.6.0" +version = "0.7.0" exclude = ["webui/node_modules/*", "webui/dist/*"] diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index c19b2c07..62c686b7 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.0](https://github.com/drivercraft/ostool/compare/ostool-v0.28.2...ostool-v0.29.0) - 2026-09-07 + +### Added + +- *(ostool-server)* add network axloader control plane ([#179](https://github.com/drivercraft/ostool/pull/179)) + ## [0.28.2](https://github.com/drivercraft/ostool/compare/ostool-v0.28.1...ostool-v0.28.2) - 2026-09-03 ### Fixed diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index 1a53a37f..8837520f 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.28.2" +version = "0.29.0" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"