Skip to content

Commit 6c83120

Browse files
chore(ostool): release v0.22.2 (#128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 716c59e commit 6c83120

12 files changed

Lines changed: 58 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fitimage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.5](https://github.com/drivercraft/ostool/compare/fitimage-v0.1.4...fitimage-v0.1.5) - 2026-06-15
11+
12+
### Added
13+
14+
- Add UEFI HTTP boot support ([#121](https://github.com/drivercraft/ostool/pull/121))
15+
1016
## [0.1.4](https://github.com/drivercraft/ostool/compare/fitimage-v0.1.3...fitimage-v0.1.4) - 2026-05-21
1117

1218
### Other

fitimage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fitimage"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
authors = ["周睿 <zrufo747@outlook.com>"]
66
description = "A Rust library for creating U-Boot compatible FIT images"

httpboot-protocol/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/drivercraft/ostool/releases/tag/httpboot-protocol-v0.1.0) - 2026-06-15
11+
12+
### Added
13+
14+
- Add UEFI HTTP boot support ([#121](https://github.com/drivercraft/ostool/pull/121))

jkconfig/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.5](https://github.com/drivercraft/ostool/compare/jkconfig-v0.2.4...jkconfig-v0.2.5) - 2026-06-15
11+
12+
### Added
13+
14+
- Add UEFI HTTP boot support ([#121](https://github.com/drivercraft/ostool/pull/121))
15+
1016
## [0.2.4](https://github.com/drivercraft/ostool/compare/jkconfig-v0.2.3...jkconfig-v0.2.4) - 2026-05-21
1117

1218
### Other

jkconfig/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["tui", "config", "json-schema", "terminal"]
77
license = "MIT OR Apache-2.0"
88
name = "jkconfig"
99
repository = "https://github.com/drivercraft/ostool"
10-
version = "0.2.4"
10+
version = "0.2.5"
1111

1212
[[bin]]
1313
name = "jkconfig"

ostool-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.0](https://github.com/drivercraft/ostool/compare/ostool-server-v0.3.0...ostool-server-v0.4.0) - 2026-06-15
11+
12+
### Added
13+
14+
- Add UEFI HTTP boot support ([#121](https://github.com/drivercraft/ostool/pull/121))
15+
1016
## [0.3.0](https://github.com/drivercraft/ostool/compare/ostool-server-v0.2.1...ostool-server-v0.3.0) - 2026-05-22
1117

1218
### Other

ostool-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "ostool-server"
1010
readme = "README.md"
1111
repository = "https://github.com/drivercraft/ostool"
12-
version = "0.3.0"
12+
version = "0.4.0"
1313

1414
exclude = ["webui/node_modules/*", "webui/dist/*"]
1515

ostool/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.23.0](https://github.com/drivercraft/ostool/compare/ostool-v0.22.1...ostool-v0.23.0) - 2026-06-15
11+
12+
### Added
13+
14+
- Add UEFI HTTP boot support ([#121](https://github.com/drivercraft/ostool/pull/121))
15+
16+
### Other
17+
18+
- *(tool)* 抽出 QEMU command 与 runner 执行边界 ([#127](https://github.com/drivercraft/ostool/pull/127))
19+
1020
## [0.22.1](https://github.com/drivercraft/ostool/compare/ostool-v0.22.0...ostool-v0.22.1) - 2026-06-06
1121

1222
### Fixed

ostool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "ostool"
99
readme = "../README.md"
1010
repository = "https://github.com/drivercraft/ostool"
11-
version = "0.22.1"
11+
version = "0.23.0"
1212

1313
[package.metadata.binstall]
1414
bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"

0 commit comments

Comments
 (0)