From 25cf724bc85a8cf1cfbfa72ef0e32f147263254a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=9D=BF?= <34859362+ZR233@users.noreply.github.com> Date: Thu, 7 May 2026 09:06:06 +0800 Subject: [PATCH] chore(crab-usb): release v0.8.2 --- 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 61f9c0a..ec031d1 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.8.2](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.8.1...crab-usb-v0.8.2) - 2026-05-07 + +### Fixed + +- *(ring)* adjust TRB length calculation to support multiple ring pages ([#75](https://github.com/drivercraft/CrabUSB/pull/75)) + ## [0.8.1](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.8.0...crab-usb-v0.8.1) - 2026-04-30 ### Fixed diff --git a/usb-host/Cargo.toml b/usb-host/Cargo.toml index 2d92b27..e20e636 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.8.1" +version = "0.8.2" [features] aggressive_usb_reset = []