From 6aa443dd89efe44916d74b7e38706a60bcd839f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:42:46 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 4 ++-- ostool-server/CHANGELOG.md | 6 ++++++ ostool-server/Cargo.toml | 2 +- ostool/CHANGELOG.md | 6 ++++++ ostool/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecdb792..977f994 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2595,7 +2595,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "async-trait", @@ -2642,7 +2642,7 @@ dependencies = [ [[package]] name = "ostool-server" -version = "0.4.3" +version = "0.5.0" dependencies = [ "anyhow", "async-trait", diff --git a/ostool-server/CHANGELOG.md b/ostool-server/CHANGELOG.md index e473be6..6801ed6 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.5.0](https://github.com/drivercraft/ostool/compare/ostool-server-v0.4.3...ostool-server-v0.5.0) - 2026-07-27 + +### Added + +- *(board)* share files over session HTTP ([#158](https://github.com/drivercraft/ostool/pull/158)) + ## [0.4.3](https://github.com/drivercraft/ostool/compare/ostool-server-v0.4.2...ostool-server-v0.4.3) - 2026-06-25 ### Fixed diff --git a/ostool-server/Cargo.toml b/ostool-server/Cargo.toml index dd8f365..330e1ef 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.4.3" +version = "0.5.0" exclude = ["webui/node_modules/*", "webui/dist/*"] diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index b1c05fb..917abba 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.26.0](https://github.com/drivercraft/ostool/compare/ostool-v0.25.0...ostool-v0.26.0) - 2026-07-27 + +### Added + +- *(board)* share files over session HTTP ([#158](https://github.com/drivercraft/ostool/pull/158)) + ## [0.25.0](https://github.com/drivercraft/ostool/compare/ostool-v0.24.1...ostool-v0.25.0) - 2026-07-23 ### Fixed diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index 8297cbf..b08ed8b 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.25.0" +version = "0.26.0" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"