Skip to content

Commit 3a09db0

Browse files
chore: release (#159)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 04ac54d commit 3a09db0

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

Cargo.lock

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

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.5.0](https://github.com/drivercraft/ostool/compare/ostool-server-v0.4.3...ostool-server-v0.5.0) - 2026-07-27
11+
12+
### Added
13+
14+
- *(board)* share files over session HTTP ([#158](https://github.com/drivercraft/ostool/pull/158))
15+
1016
## [0.4.3](https://github.com/drivercraft/ostool/compare/ostool-server-v0.4.2...ostool-server-v0.4.3) - 2026-06-25
1117

1218
### Fixed

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.4.3"
12+
version = "0.5.0"
1313

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

ostool/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.26.0](https://github.com/drivercraft/ostool/compare/ostool-v0.25.0...ostool-v0.26.0) - 2026-07-27
11+
12+
### Added
13+
14+
- *(board)* share files over session HTTP ([#158](https://github.com/drivercraft/ostool/pull/158))
15+
1016
## [0.25.0](https://github.com/drivercraft/ostool/compare/ostool-v0.24.1...ostool-v0.25.0) - 2026-07-23
1117

1218
### 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.25.0"
11+
version = "0.26.0"
1212

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

0 commit comments

Comments
 (0)