Skip to content

Commit

Permalink
Merge pull request #48 from rust-embedded-community/release/0.2.2
Browse files Browse the repository at this point in the history
Preparing for 0.2.2 release
  • Loading branch information
ryan-summers committed Apr 22, 2024
2 parents 3581fb7 + 8d14b6b commit 7331c49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

No unreleased changes yet!

## [0.2.2] - 2024-04-22

### Fixed
* Fixed an issue where the `embedded-io` traits were not implemented if custom buffers were used.

Expand Down Expand Up @@ -36,7 +40,8 @@ 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.1...HEAD
[0.2.0]: https://github.com/rust-embedded-community/usbd-serial/releases/tag/v0.2.1
[Unreleased]: https://github.com/rust-embedded-community/usbd-serial/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/rust-embedded-community/usbd-serial/releases/tag/v0.2.2
[0.2.1]: 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.1"
version = "0.2.2"
edition = "2018"
readme = "README.md"
keywords = ["no-std", "usb-device"]
Expand Down

0 comments on commit 7331c49

Please sign in to comment.