Skip to content

Commit 6a44a84

Browse files
authored
Merge pull request #146 from rust-embedded-community/release/0.3.2
Preparing for 0.3.2 release
2 parents af98f93 + bb4e9f1 commit 6a44a84

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.2] - 2024-03-06
11+
1012
### Added
1113
* A new `log` feature can be enabled to provide logging and tracing information about the USB
1214
interface.
@@ -81,7 +83,8 @@ as this was not intended to be used in the public API.
8183

8284
This is the initial release to crates.io.
8385

84-
[Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.1...HEAD
86+
[Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.2...HEAD
87+
[0.3.2]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.1...v0.3.2
8588
[0.3.1]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.0...v0.3.1
8689
[0.3.0]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.9...v0.3.0
8790
[0.2.9]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.8...v0.2.9

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 = "USB stack for embedded devices."
4-
version = "0.3.1"
4+
version = "0.3.2"
55
edition = "2018"
66
readme = "README.md"
77
keywords = ["no-std", "embedded", "usb"]

0 commit comments

Comments
 (0)