Skip to content

Commit 7f3a091

Browse files
authored
chore: release v0.2.1 (#15)
1 parent 6fdd2e8 commit 7f3a091

4 files changed

Lines changed: 19 additions & 2 deletions

File tree

usb-host/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.1](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.2.0...crab-usb-v0.2.1) - 2025-08-07
11+
12+
### Added
13+
14+
- libusb transfer ok
15+
16+
### Other
17+
18+
- update
19+
- fmt code
20+
1021
## [0.2.0](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.1.3...crab-usb-v0.2.0) - 2025-08-05
1122

1223
### 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.2.0"
10+
version = "0.2.1"
1111

1212
[features]
1313
libusb = ["libusb1-sys"]

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.2.1](https://github.com/drivercraft/CrabUSB/compare/usb-if-v0.2.0...usb-if-v0.2.1) - 2025-08-07
11+
12+
### Added
13+
14+
- libusb transfer ok
15+
1016
## [0.2.0](https://github.com/drivercraft/CrabUSB/compare/usb-if-v0.1.0...usb-if-v0.2.0) - 2025-08-05
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.2.0"
7+
version = "0.2.1"
88

99
[dependencies]
1010
futures = {workspace = true, features = ["alloc"]}

0 commit comments

Comments
 (0)