From f1fe7b29d7a2c8935ecabc4613fd611be393613a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=9D=BF?= <34859362+ZR233@users.noreply.github.com> Date: Sat, 9 May 2026 09:14:21 +0800 Subject: [PATCH] chore(crab-usb): release v0.9.1 --- usb-host/CHANGELOG.md | 6 ++++++ usb-host/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 = []