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.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.1] - 2024-03-06
11
+
10
12
### Added
11
13
* Added the following ` embedded-io ` traits to the ` SerialPort ` object: ` Write ` , ` WriteReady ` ,
12
14
` Read ` , and ` ReadReady ` , and ` ErrorType `
@@ -31,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
31
33
32
34
This is the initial release to crates.io.
33
35
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
36
39
[ 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 1
1
[package ]
2
2
name = " usbd-serial"
3
3
description = " USB CDC-ACM serial port class for use with usb-device."
4
- version = " 0.2.0 "
4
+ version = " 0.2.1 "
5
5
edition = " 2018"
6
6
readme = " README.md"
7
7
keywords = [" no-std" , " usb-device" ]
You can’t perform that action at this time.
0 commit comments