Skip to content

Commit f3d1f79

Browse files
authored
chore: release v0.2.2
1 parent 0a0bc50 commit f3d1f79

5 files changed

Lines changed: 17 additions & 3 deletions

File tree

usb-device/hid/keyboard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ log = "0.4"
1313

1414
[dev-dependencies]
1515
env_logger = "0.11"
16-
tokio = { version = "1", features = ["full"] }
16+
tokio = { version = "1", features = ["full"] }

usb-host/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.2](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.2.1...crab-usb-v0.2.2) - 2025-08-07
11+
12+
### Other
13+
14+
- Merge branch 'main' of github.com:drivercraft/CrabUSB
15+
- keyboard
16+
1017
## [0.2.1](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.2.0...crab-usb-v0.2.1) - 2025-08-07
1118

1219
### Added

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.1"
10+
version = "0.2.2"
1111

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

usb-if/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.2](https://github.com/drivercraft/CrabUSB/compare/usb-if-v0.2.1...usb-if-v0.2.2) - 2025-08-07
11+
12+
### Other
13+
14+
- Merge branch 'main' of github.com:drivercraft/CrabUSB
15+
- keyboard
16+
1017
## [0.2.1](https://github.com/drivercraft/CrabUSB/compare/usb-if-v0.2.0...usb-if-v0.2.1) - 2025-08-07
1118

1219
### Added

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.1"
7+
version = "0.2.2"
88

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

0 commit comments

Comments
 (0)