Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing for 0.3.2 release #146

Merged
merged 3 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-04

### 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.0...v0.3.2
ryan-summers marked this conversation as resolved.
Show resolved Hide resolved
[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
Loading