Skip to content

Commit 78abf93

Browse files
chore(ostool): release v0.25.0 (#157)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4e39db9 commit 78abf93

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.25.0](https://github.com/drivercraft/ostool/compare/ostool-v0.24.1...ostool-v0.25.0) - 2026-07-23
11+
12+
### Fixed
13+
14+
- *(ostool)* harden local U-Boot TFTP staging lifecycle ([#156](https://github.com/drivercraft/ostool/pull/156))
15+
16+
### Other
17+
18+
- Add board authentication client and unify server config ([#154](https://github.com/drivercraft/ostool/pull/154))
19+
1020
## [0.24.1](https://github.com/drivercraft/ostool/compare/ostool-v0.24.0...ostool-v0.24.1) - 2026-07-17
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.24.1"
11+
version = "0.25.0"
1212

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

0 commit comments

Comments
 (0)