Skip to content

Commit d8936bf

Browse files
authored
Merge pull request #44 from rust-embedded-community/release/0.2.1
Preparing for a 0.2.1 release
2 parents f445381 + 41103ef commit d8936bf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3234
This 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

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.0"
4+
version = "0.2.1"
55
edition = "2018"
66
readme = "README.md"
77
keywords = ["no-std", "usb-device"]

0 commit comments

Comments
 (0)