Skip to content

Commit

Permalink
Merge pull request #44 from rust-embedded-community/release/0.2.1
Browse files Browse the repository at this point in the history
Preparing for a 0.2.1 release
  • Loading branch information
ryan-summers authored Mar 6, 2024
2 parents f445381 + 41103ef commit d8936bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.1] - 2024-03-06

### Added
* Added the following `embedded-io` traits to the `SerialPort` object: `Write`, `WriteReady`,
`Read`, and `ReadReady`, and `ErrorType`
Expand All @@ -31,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

This is the initial release to crates.io.

[Unreleased]: https://github.com/rust-embedded-community/usbd-serial/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/rust-embedded-community/usbd-serial/compare/v0.1.1...v0.2.0
[Unreleased]: https://github.com/rust-embedded-community/usbd-serial/compare/v0.2.1...HEAD
[0.2.0]: https://github.com/rust-embedded-community/usbd-serial/releases/tag/v0.2.1
[0.2.0]: https://github.com/rust-embedded-community/usbd-serial/releases/tag/v0.2.0
[0.1.1]: https://github.com/rust-embedded-community/usbd-serial/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "usbd-serial"
description = "USB CDC-ACM serial port class for use with usb-device."
version = "0.2.0"
version = "0.2.1"
edition = "2018"
readme = "README.md"
keywords = ["no-std", "usb-device"]
Expand Down

0 comments on commit d8936bf

Please sign in to comment.