Skip to content

Commit

Permalink
Merge pull request #132 from rust-embedded-community/release/0.3
Browse files Browse the repository at this point in the history
Release `usb-device` 0.3.0
  • Loading branch information
ryan-summers committed Nov 13, 2023
2 parents eac466e + 524e4f3 commit 6021f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.0] - 2023-11-13

### Fixed
* Fixed a defect where enumeration may fail due to timing-related issues ([#128](https://github.com/rust-embedded-community/usb-device/issues/128))
Expand Down Expand Up @@ -60,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

This is the initial release to crates.io.

[Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.9...HEAD
[Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.0...HEAD
[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
[0.2.8]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.6...v0.2.7
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 = "Experimental device-side USB stack for embedded devices."
version = "0.2.9"
version = "0.3.0"
edition = "2018"
readme = "README.md"
keywords = ["no-std", "embedded", "usb"]
Expand Down

0 comments on commit 6021f1c

Please sign in to comment.