Skip to content

Commit

Permalink
Merge pull request #146 from rust-embedded-community/release/0.3.2
Browse files Browse the repository at this point in the history
Preparing for 0.3.2 release
  • Loading branch information
ryan-summers committed Mar 6, 2024
2 parents af98f93 + bb4e9f1 commit 6a44a84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.3.2] - 2024-03-06

### Added
* A new `log` feature can be enabled to provide logging and tracing information about the USB
interface.
Expand Down Expand Up @@ -81,7 +83,8 @@ as this was not intended to be used in the public API.

This is the initial release to crates.io.

[Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.9...v0.3.0
[0.2.9]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.8...v0.2.9
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "usb-device"
description = "USB stack for embedded devices."
version = "0.3.1"
version = "0.3.2"
edition = "2018"
readme = "README.md"
keywords = ["no-std", "embedded", "usb"]
Expand Down

0 comments on commit 6a44a84

Please sign in to comment.