File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 0.3.2] - 2024-03-06
11+
1012### Added
1113* A new ` log ` feature can be enabled to provide logging and tracing information about the USB
1214interface.
@@ -81,7 +83,8 @@ as this was not intended to be used in the public API.
8183
8284This is the initial release to crates.io.
8385
84- [ Unreleased ] : https://github.com/rust-embedded-community/usb-device/compare/v0.3.1...HEAD
86+ [ Unreleased ] : https://github.com/rust-embedded-community/usb-device/compare/v0.3.2...HEAD
87+ [ 0.3.2 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.3.1...v0.3.2
8588[ 0.3.1 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.3.0...v0.3.1
8689[ 0.3.0 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.9...v0.3.0
8790[ 0.2.9 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.8...v0.2.9
Original file line number Diff line number Diff line change 11[package ]
22name = " usb-device"
33description = " USB stack for embedded devices."
4- version = " 0.3.1 "
4+ version = " 0.3.2 "
55edition = " 2018"
66readme = " README.md"
77keywords = [" no-std" , " embedded" , " usb" ]
You can’t perform that action at this time.
0 commit comments