From cb2dfcbb12cdaeff75037855742afb9990b8386a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 05:19:06 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 4 ++-- ostool-server/CHANGELOG.md | 6 ++++++ ostool-server/Cargo.toml | 2 +- uboot-shell/CHANGELOG.md | 6 ++++++ uboot-shell/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2644657b..7e6585bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2241,7 +2241,7 @@ dependencies = [ [[package]] name = "ostool-server" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "async-trait", @@ -4061,7 +4061,7 @@ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" [[package]] name = "uboot-shell" -version = "0.2.5" +version = "0.2.6" dependencies = [ "colored", "env_logger", diff --git a/ostool-server/CHANGELOG.md b/ostool-server/CHANGELOG.md index ce7fccc2..e473be6b 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.3](https://github.com/drivercraft/ostool/compare/ostool-server-v0.4.2...ostool-server-v0.4.3) - 2026-06-25 + +### Fixed + +- *(uboot)* stabilize serial transfers ([#145](https://github.com/drivercraft/ostool/pull/145)) + ## [0.4.2](https://github.com/drivercraft/ostool/compare/ostool-server-v0.4.1...ostool-server-v0.4.2) - 2026-06-16 ### Fixed diff --git a/ostool-server/Cargo.toml b/ostool-server/Cargo.toml index 47ab7ffd..2516c2cf 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.2" +version = "0.4.3" exclude = ["webui/node_modules/*", "webui/dist/*"] diff --git a/uboot-shell/CHANGELOG.md b/uboot-shell/CHANGELOG.md index 419db63e..52ee7968 100644 --- a/uboot-shell/CHANGELOG.md +++ b/uboot-shell/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.6](https://github.com/drivercraft/ostool/compare/uboot-shell-v0.2.5...uboot-shell-v0.2.6) - 2026-06-25 + +### Fixed + +- *(uboot)* stabilize serial transfers ([#145](https://github.com/drivercraft/ostool/pull/145)) + ## [0.2.5](https://github.com/drivercraft/ostool/compare/uboot-shell-v0.2.4...uboot-shell-v0.2.5) - 2026-06-15 ### Added diff --git a/uboot-shell/Cargo.toml b/uboot-shell/Cargo.toml index cceb470a..89cdfdcd 100644 --- a/uboot-shell/Cargo.toml +++ b/uboot-shell/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["u-boot", "shell", "embedded", "serial", "ymodem"] license = "MIT" name = "uboot-shell" repository = "https://github.com/drivercraft/ostool" -version = "0.2.5" +version = "0.2.6" [dependencies] colored = "3"