From cf302a7ec54a6fffe9ba9c675cb3bbddc2536f03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 01:34:10 +0000 Subject: [PATCH] chore(ostool): release v0.20.1 --- Cargo.lock | 2 +- ostool/CHANGELOG.md | 11 +++++++++++ ostool/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cd18ab..796721d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = "ostool" -version = "0.20.0" +version = "0.21.0" dependencies = [ "anyhow", "async-trait", diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index 2f7174f..567ebd9 100644 --- a/ostool/CHANGELOG.md +++ b/ostool/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.0](https://github.com/drivercraft/ostool/compare/ostool-v0.20.0...ostool-v0.21.0) - 2026-05-27 + +### Added + +- *(sterm)* forward mouse events from host terminal to guest serial ([#113](https://github.com/drivercraft/ostool/pull/113)) + +### Other + +- *(tool)* 收敛构建配置与运行产物边界 ([#114](https://github.com/drivercraft/ostool/pull/114)) +- *(tool)* 拆分构建与运行产物边界 ([#111](https://github.com/drivercraft/ostool/pull/111)) + ## [0.20.0](https://github.com/drivercraft/ostool/compare/ostool-v0.19.0...ostool-v0.20.0) - 2026-05-22 ### Other diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index 607495f..ab66a9d 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.20.0" +version = "0.21.0" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"