Skip to content

Commit 7331c49

Browse files
authored
Merge pull request #48 from rust-embedded-community/release/0.2.2
Preparing for 0.2.2 release
2 parents 3581fb7 + 8d14b6b commit 7331c49

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
No unreleased changes yet!
11+
12+
## [0.2.2] - 2024-04-22
13+
1014
### Fixed
1115
* Fixed an issue where the `embedded-io` traits were not implemented if custom buffers were used.
1216

@@ -36,7 +40,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3640

3741
This is the initial release to crates.io.
3842

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
4146
[0.2.0]: https://github.com/rust-embedded-community/usbd-serial/releases/tag/v0.2.0
4247
[0.1.1]: https://github.com/rust-embedded-community/usbd-serial/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "usbd-serial"
33
description = "USB CDC-ACM serial port class for use with usb-device."
4-
version = "0.2.1"
4+
version = "0.2.2"
55
edition = "2018"
66
readme = "README.md"
77
keywords = ["no-std", "usb-device"]

0 commit comments

Comments
 (0)