From 41103ef258adec646922d12dd54f2e48fae2eaee Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Wed, 6 Mar 2024 10:12:55 +0100 Subject: [PATCH] Updating CHANGELOG links --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70b3886..b84cb97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`, @@ -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