Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions ostool-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0](https://github.com/drivercraft/ostool/compare/ostool-server-v0.5.0...ostool-server-v0.6.0) - 2026-08-03

### Added

- *(ostool)* enable rustls native TLS roots for tokio-tungstenite ([#161](https://github.com/drivercraft/ostool/pull/161))

### Fixed

- *(ostool-server)* retry failed session releases ([#162](https://github.com/drivercraft/ostool/pull/162))

## [0.5.0](https://github.com/drivercraft/ostool/compare/ostool-server-v0.4.3...ostool-server-v0.5.0) - 2026-07-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion ostool-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
name = "ostool-server"
readme = "README.md"
repository = "https://github.com/drivercraft/ostool"
version = "0.5.0"
version = "0.6.0"

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

Expand Down
10 changes: 10 additions & 0 deletions ostool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27.0](https://github.com/drivercraft/ostool/compare/ostool-v0.26.0...ostool-v0.27.0) - 2026-08-03

### Added

- *(ostool)* enable rustls native TLS roots for tokio-tungstenite ([#161](https://github.com/drivercraft/ostool/pull/161))

### Other

- Fix/board type leases parsing ([#165](https://github.com/drivercraft/ostool/pull/165))

## [0.26.0](https://github.com/drivercraft/ostool/compare/ostool-v0.25.0...ostool-v0.26.0) - 2026-07-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion ostool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "ostool"
readme = "../README.md"
repository = "https://github.com/drivercraft/ostool"
version = "0.26.0"
version = "0.27.0"

[package.metadata.binstall]
bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"
Expand Down
6 changes: 6 additions & 0 deletions uboot-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.7](https://github.com/drivercraft/ostool/compare/uboot-shell-v0.2.6...uboot-shell-v0.2.7) - 2026-08-03

### Fixed

- *(uboot-shell)* detect split interrupt prompt ([#164](https://github.com/drivercraft/ostool/pull/164))

### Fixed

- Detect U-Boot prompts printed on the line after the interrupt marker.
Expand Down
2 changes: 1 addition & 1 deletion uboot-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6"
version = "0.2.7"

[dependencies]
colored = "3"
Expand Down