Skip to content

Commit

Permalink
Prepare 0.2.1 release
Browse files Browse the repository at this point in the history
Fix tags in GitHub URLs.
  • Loading branch information
mciantyre committed Mar 14, 2023
1 parent cb973c9 commit b585e6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
[Unreleased]
------------

[0.2.1] 2023-03-14
------------------

Fix an overflowing left shift that could occur when enabling and allocating
endpoints.

Expand Down Expand Up @@ -67,6 +70,7 @@ endpoints.

First release

[Unreleased]: https://github.com/imxrt-rs/imxrt-usbd/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/imxrt-rs/imxrt-usbd/compare/v0.1.0...0.2.0
[Unreleased]: https://github.com/imxrt-rs/imxrt-usbd/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/imxrt-rs/imxrt-usbd/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/imxrt-rs/imxrt-usbd/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/imxrt-rs/imxrt-usbd/tree/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imxrt-usbd"
version = "0.2.0"
version = "0.2.1"
authors = ["Ian McIntyre <[email protected]>"]
repository = "https://github.com/imxrt-rs/imxrt-usbd"
edition.workspace = true
Expand Down

0 comments on commit b585e6d

Please sign in to comment.