Skip to content

Commit 2297008

Browse files
committed
Prepare 0.2.9 release
1 parent 7157dcb commit 2297008

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
...
11+
12+
## [0.2.9] - 2022-08-02
13+
1014
### Fixed
1115
* Fixed an issue where USB devices were not enumerating on Windows ([#32](https://github.com/rust-embedded-community/usb-device/issues/82))
1216
* Add optional support for defmt ([#76](https://github.com/rust-embedded-community/usb-device/pull/76))
1317
* Fixed Suspend state transition so it goes back to the previous state, not just Default ([#97](https://github.com/rust-embedded-community/usb-device/pull/97))
1418

15-
...
16-
1719
## [0.2.8] - 2021-03-13
1820

1921
## [0.2.7] - 2020-10-03
@@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3638

3739
This is the initial release to crates.io.
3840

39-
[Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.8...HEAD
41+
[Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.9...HEAD
42+
[0.2.9]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.8...v0.2.9
4043
[0.2.8]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.7...v0.2.8
4144
[0.2.7]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.6...v0.2.7
4245
[0.2.6]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.5...v0.2.6

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "usb-device"
33
description = "Experimental device-side USB stack for embedded devices."
4-
version = "0.2.8"
4+
version = "0.2.9"
55
edition = "2018"
66
readme = "README.md"
77
keywords = ["no-std", "embedded", "usb"]

0 commit comments

Comments
 (0)