diff --git a/usb-host/CHANGELOG.md b/usb-host/CHANGELOG.md index e9ebfe0..e4faa44 100644 --- a/usb-host/CHANGELOG.md +++ b/usb-host/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.9.0...crab-usb-v0.9.1) - 2026-05-09 + +### Other + +- *(crab-usb)* change queue logic ([#79](https://github.com/drivercraft/CrabUSB/pull/79)) + ## [0.9.0](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.8.2...crab-usb-v0.9.0) - 2026-05-08 ### Fixed diff --git a/usb-host/Cargo.toml b/usb-host/Cargo.toml index f10b40e..9921b1d 100644 --- a/usb-host/Cargo.toml +++ b/usb-host/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["os", "usb", "xhci", "driver"] license = "MIT" name = "crab-usb" repository = "https://github.com/drivercraft/CrabUSB" -version = "0.9.0" +version = "0.9.1" [features] aggressive_usb_reset = []