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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and 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
6161This 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
Original file line number Diff line number Diff line change 11[package ]
22name = " usb-device"
33description = " Experimental device-side USB stack for embedded devices."
4- version = " 0.2.9 "
4+ version = " 0.3.0 "
55edition = " 2018"
66readme = " README.md"
77keywords = [" no-std" , " embedded" , " usb" ]
You can’t perform that action at this time.
0 commit comments