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.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.3.2] - 2024-03-06
11
+
10
12
### Added
11
13
* A new ` log ` feature can be enabled to provide logging and tracing information about the USB
12
14
interface.
@@ -81,7 +83,8 @@ as this was not intended to be used in the public API.
81
83
82
84
This is the initial release to crates.io.
83
85
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
85
88
[ 0.3.1 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.3.0...v0.3.1
86
89
[ 0.3.0 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.9...v0.3.0
87
90
[ 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 1
1
[package ]
2
2
name = " usb-device"
3
3
description = " USB stack for embedded devices."
4
- version = " 0.3.1 "
4
+ version = " 0.3.2 "
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