diff --git a/Cargo.lock b/Cargo.lock index 9d674a88..071f3763 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2197,7 +2197,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.23.0" +version = "0.23.1" dependencies = [ "anyhow", "async-trait", @@ -2241,7 +2241,7 @@ dependencies = [ [[package]] name = "ostool-server" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", diff --git a/ostool-server/CHANGELOG.md b/ostool-server/CHANGELOG.md index 9b5d39be..baaafc16 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.1](https://github.com/drivercraft/ostool/compare/ostool-server-v0.4.0...ostool-server-v0.4.1) - 2026-06-16 + +### Fixed + +- *(ostool-server)* extend Zhongsheng release delay ([#134](https://github.com/drivercraft/ostool/pull/134)) + ## [0.4.0](https://github.com/drivercraft/ostool/compare/ostool-server-v0.3.0...ostool-server-v0.4.0) - 2026-06-15 ### Added diff --git a/ostool-server/Cargo.toml b/ostool-server/Cargo.toml index 1498d133..45c83d56 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.0" +version = "0.4.1" exclude = ["webui/node_modules/*", "webui/dist/*"] diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index 7f86f5b4..05c9099d 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.23.1](https://github.com/drivercraft/ostool/compare/ostool-v0.23.0...ostool-v0.23.1) - 2026-06-16 + +### Other + +- update Cargo.lock dependencies + ## [0.23.0](https://github.com/drivercraft/ostool/compare/ostool-v0.22.1...ostool-v0.23.0) - 2026-06-15 ### Added diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index bf78f0c4..3d713591 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.23.0" +version = "0.23.1" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"