diff --git a/Cargo.lock b/Cargo.lock index 15dcdb3..571de8f 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 01bff1f..008d0ab 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 3fcb48c..d1df4b9 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 02ac53d..a8f4365 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 c19b2c0..62c686b 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 1a53a37..8837520 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 }"