Skip to content

Commit 6a0f3bf

Browse files
authored
chore(crab-usb): release v0.6.4
1 parent d7821fc commit 6a0f3bf

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

usb-host/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.6.4](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.6.3...crab-usb-v0.6.4) - 2026-04-29
11+
12+
### Other
13+
14+
- ♻️ refactor(device): introduce ProbedDevice enum to distinguish hubs from devices ([#66](https://github.com/drivercraft/CrabUSB/pull/66))
15+
1016
## [0.6.3](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.6.2...crab-usb-v0.6.3) - 2026-04-23
1117

1218
### Other

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.6.4"
1111

1212
[features]
1313
aggressive_usb_reset = []

0 commit comments

Comments
 (0)