Skip to content

Commit e83b56b

Browse files
authored
chore(crab-usb): release v0.9.1 (#80)
1 parent 0453478 commit e83b56b

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.9.1](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.9.0...crab-usb-v0.9.1) - 2026-05-09
11+
12+
### Other
13+
14+
- *(crab-usb)* change queue logic ([#79](https://github.com/drivercraft/CrabUSB/pull/79))
15+
1016
## [0.9.0](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.8.2...crab-usb-v0.9.0) - 2026-05-08
1117

1218
### Fixed

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.9.0"
10+
version = "0.9.1"
1111

1212
[features]
1313
aggressive_usb_reset = []

0 commit comments

Comments
 (0)