Skip to content

Commit 0d01655

Browse files
authored
chore: release
1 parent c074926 commit 0d01655

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crab-usb = {path = "usb-host", version = "0.7" }
1212
futures = {version = "0.3", default-features = false}
1313
log = "0.4"
1414
thiserror = {version = "2", default-features = false}
15-
usb-if = {path = "usb-if", version = "0.5" }
15+
usb-if = {path = "usb-if", version = "0.6" }
1616
crab-uvc = {path = "usb-device/uvc", version = "0.1" }
1717
tock-registers = "0.10"
1818
bare-test = {version = "0.7"}

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.7.1](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.7.0...crab-usb-v0.7.1) - 2026-04-29
11+
12+
### Fixed
13+
14+
- *(xhci)* set chain bit on ISO TRBs and preserve raw config descriptor ([#69](https://github.com/drivercraft/CrabUSB/pull/69))
15+
1016
## [0.7.0](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.6.2...crab-usb-v0.7.0) - 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.7.0"
10+
version = "0.7.1"
1111

1212
[features]
1313
aggressive_usb_reset = []

usb-if/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.0](https://github.com/drivercraft/CrabUSB/compare/usb-if-v0.5.1...usb-if-v0.6.0) - 2026-04-29
11+
12+
### Fixed
13+
14+
- *(xhci)* set chain bit on ISO TRBs and preserve raw config descriptor ([#69](https://github.com/drivercraft/CrabUSB/pull/69))
15+
1016
## [0.5.1](https://github.com/drivercraft/CrabUSB/compare/usb-if-v0.5.0...usb-if-v0.5.1) - 2026-01-28
1117

1218
### Other

usb-if/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition.workspace = true
44
license.workspace = true
55
name = "usb-if"
66
repository.workspace = true
7-
version = "0.5.1"
7+
version = "0.6.0"
88

99
[dependencies]
1010
anyhow = { version = "1", default-features = false}

0 commit comments

Comments
 (0)