diff --git a/Cargo.lock b/Cargo.lock index 071f376..02b358d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2241,7 +2241,7 @@ dependencies = [ [[package]] name = "ostool-server" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-trait", diff --git a/ostool-server/CHANGELOG.md b/ostool-server/CHANGELOG.md index baaafc1..ce7fccc 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.4.2](https://github.com/drivercraft/ostool/compare/ostool-server-v0.4.1...ostool-server-v0.4.2) - 2026-06-16 + +### Fixed + +- *(ostool-server)* clear serial queue after session ([#135](https://github.com/drivercraft/ostool/pull/135)) + ## [0.4.1](https://github.com/drivercraft/ostool/compare/ostool-server-v0.4.0...ostool-server-v0.4.1) - 2026-06-16 ### Fixed diff --git a/ostool-server/Cargo.toml b/ostool-server/Cargo.toml index 45c83d5..47ab7ff 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.1" +version = "0.4.2" exclude = ["webui/node_modules/*", "webui/dist/*"]