File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ No unreleased changes yet!
11
+
12
+ ## [ 0.2.2] - 2024-04-22
13
+
10
14
### Fixed
11
15
* Fixed an issue where the ` embedded-io ` traits were not implemented if custom buffers were used.
12
16
@@ -36,7 +40,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
36
40
37
41
This is the initial release to crates.io.
38
42
39
- [ Unreleased ] : https://github.com/rust-embedded-community/usbd-serial/compare/v0.2.1...HEAD
40
- [ 0.2.0 ] : https://github.com/rust-embedded-community/usbd-serial/releases/tag/v0.2.1
43
+ [ Unreleased ] : https://github.com/rust-embedded-community/usbd-serial/compare/v0.2.2...HEAD
44
+ [ 0.2.2 ] : https://github.com/rust-embedded-community/usbd-serial/releases/tag/v0.2.2
45
+ [ 0.2.1 ] : https://github.com/rust-embedded-community/usbd-serial/releases/tag/v0.2.1
41
46
[ 0.2.0 ] : https://github.com/rust-embedded-community/usbd-serial/releases/tag/v0.2.0
42
47
[ 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.1 "
4
+ version = " 0.2.2 "
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