Skip to content

Commit 9a2b278

Browse files
ZR233claude
andcommitted
chore(crab-usb): release v0.7.0
Bump version to 0.7.0 for the ProbedDevice enum API change. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent d7821fc commit 9a2b278

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
repository = "https://github.com/drivercraft/CrabUSB"
99

1010
[workspace.dependencies]
11-
crab-usb = {path = "usb-host", version = "0.6" }
11+
crab-usb = {path = "usb-host", version = "0.7" }
1212
futures = {version = "0.3", default-features = false}
1313
log = "0.4"
1414
thiserror = {version = "2", default-features = false}

usb-host/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.6.3](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.6.2...crab-usb-v0.6.3) - 2026-04-23
10+
## [0.7.0](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.6.2...crab-usb-v0.7.0) - 2026-04-23
1111

1212
### Other
1313

usb-host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["os", "usb", "xhci", "driver"]
77
license = "MIT"
88
name = "crab-usb"
99
repository = "https://github.com/drivercraft/CrabUSB"
10-
version = "0.6.3"
10+
version = "0.7.0"
1111

1212
[features]
1313
aggressive_usb_reset = []

0 commit comments

Comments
 (0)