File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
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.2.1] - 2024-03-06
11+
1012### Added
1113* Added the following ` embedded-io ` traits to the ` SerialPort ` object: ` Write ` , ` WriteReady ` ,
1214 ` Read ` , and ` ReadReady ` , and ` ErrorType `
@@ -31,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3133
3234This is the initial release to crates.io.
3335
34- [ Unreleased ] : https://github.com/rust-embedded-community/usbd-serial/compare/v0.2.0...HEAD
35- [ 0.2.0 ] : https://github.com/rust-embedded-community/usbd-serial/compare/v0.1.1...v0.2.0
36+ [ Unreleased ] : https://github.com/rust-embedded-community/usbd-serial/compare/v0.2.1...HEAD
37+ [ 0.2.0 ] : https://github.com/rust-embedded-community/usbd-serial/releases/tag/v0.2.1
38+ [ 0.2.0 ] : https://github.com/rust-embedded-community/usbd-serial/releases/tag/v0.2.0
3639[ 0.1.1 ] : https://github.com/rust-embedded-community/usbd-serial/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change 11[package ]
22name = " usbd-serial"
33description = " USB CDC-ACM serial port class for use with usb-device."
4- version = " 0.2.0 "
4+ version = " 0.2.1 "
55edition = " 2018"
66readme = " README.md"
77keywords = [" no-std" , " usb-device" ]
You can’t perform that action at this time.
0 commit comments