File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.3.0 ] - 2023-11-13
9
9
10
10
### Fixed
11
11
* 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.
60
60
61
61
This is the initial release to crates.io.
62
62
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
64
65
[ 0.2.9 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.8...v0.2.9
65
66
[ 0.2.8 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.7...v0.2.8
66
67
[ 0.2.7 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.6...v0.2.7
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " usb-device"
3
3
description = " Experimental device-side USB stack for embedded devices."
4
- version = " 0.2.9 "
4
+ version = " 0.3.0 "
5
5
edition = " 2018"
6
6
readme = " README.md"
7
7
keywords = [" no-std" , " embedded" , " usb" ]
You can’t perform that action at this time.
0 commit comments