Skip to content

Commit

Permalink
Updating CHANGELOG links
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Mar 6, 2024
1 parent f56c5d2 commit 41103ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.1] - 2024-03-04
## [0.2.1] - 2024-03-06

### Added
* Added the following `embedded-io` traits to the `SerialPort` object: `Write`, `WriteReady`,
Expand All @@ -34,6 +34,6 @@ 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.1]: https://github.com/rust-embedded-community/usbd-serial/compare/v0.2.0...v0.2.0
[0.2.0]: https://github.com/rust-embedded-community/usbd-serial/compare/v0.1.1...v0.2.0
[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

0 comments on commit 41103ef

Please sign in to comment.