diff --git a/Cargo.lock b/Cargo.lock index 535cf96..985c0ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1640,7 +1640,7 @@ dependencies = [ [[package]] name = "jkconfig" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "axum", @@ -2058,7 +2058,7 @@ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" [[package]] name = "ostool" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "byte-unit", diff --git a/jkconfig/CHANGELOG.md b/jkconfig/CHANGELOG.md index fad59de..af877fe 100644 --- a/jkconfig/CHANGELOG.md +++ b/jkconfig/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.8](https://github.com/drivercraft/ostool/compare/jkconfig-v0.1.7...jkconfig-v0.1.8) - 2026-03-25 + +### Other + +- update Cargo.lock dependencies + ## [0.1.7](https://github.com/drivercraft/ostool/compare/jkconfig-v0.1.6...jkconfig-v0.1.7) - 2026-03-20 ### Other diff --git a/jkconfig/Cargo.toml b/jkconfig/Cargo.toml index 944d5c0..9ea4607 100644 --- a/jkconfig/Cargo.toml +++ b/jkconfig/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["tui", "config", "json-schema", "terminal"] license = "MIT OR Apache-2.0" name = "jkconfig" repository = "https://github.com/drivercraft/ostool" -version = "0.1.7" +version = "0.1.8" [[bin]] name = "jkconfig" diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index 0181274..37d658d 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.10.0](https://github.com/drivercraft/ostool/compare/ostool-v0.9.0...ostool-v0.10.0) - 2026-03-25 + +### Added + +- 添加超时配置支持到 QEMU 和 U-Boot 运行器,改进串口终端的超时处理 ([#55](https://github.com/drivercraft/ostool/pull/55)) + ## [0.9.0](https://github.com/drivercraft/ostool/compare/ostool-v0.8.16...ostool-v0.9.0) - 2026-03-20 ### Added diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index 1b51319..78dd7fd 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.9.0" +version = "0.10.0" [package.metadata.binstall] bin-dir = "{ name }-{ target }-v{ version }/{ bin }{ binary-ext }"