Skip to content

Commit

Permalink
Prepare 0.5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed May 27, 2024
1 parent f4a369e commit e1f00bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## [Unreleased]

## [0.5.5] 2024-05-27

Add embedded-hal 1 implementations for the following drivers:

- GPIO
- LPUART
- LPI2C

Introduce LPSPI improvements:

Expand Down Expand Up @@ -306,7 +310,8 @@ The release includes 0.3.1 fixes.

Prior releases were not tracked with a changelog entry.

[Unreleased]: https://github.com/imxrt-rs/imxrt-hal/compare/0.5.3...main
[Unreleased]: https://github.com/imxrt-rs/imxrt-hal/compare/0.5.5...main
[0.5.5]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.4...0.5.5
[0.5.4]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.3...0.5.4
[0.5.3]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.1...0.5.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = { workspace = true }
categories = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
version = "0.5.4"
version = "0.5.5"

[dependencies.cfg-if]
version = "1.0"
Expand Down

0 comments on commit e1f00bb

Please sign in to comment.