Skip to content

Commit 6021f1c

Browse files
authored
Merge pull request #132 from rust-embedded-community/release/0.3
Release `usb-device` 0.3.0
2 parents eac466e + 524e4f3 commit 6021f1c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.3.0] - 2023-11-13
99

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

6161
This is the initial release to crates.io.
6262

63-
[Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.9...HEAD
63+
[Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.0...HEAD
64+
[0.3.0]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.9...v0.3.0
6465
[0.2.9]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.8...v0.2.9
6566
[0.2.8]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.7...v0.2.8
6667
[0.2.7]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.6...v0.2.7

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.9"
4+
version = "0.3.0"
55
edition = "2018"
66
readme = "README.md"
77
keywords = ["no-std", "embedded", "usb"]

0 commit comments

Comments
 (0)