Skip to content

Commit

Permalink
Update CHANGELOG with 0.5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Aug 5, 2024
1 parent e004c18 commit 0d94d21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

**BREAKING** `LpspiError::{Busy, NoData}` are removed as possible LPSPI errors.

## [0.5.7] 2024-08-05

Add PLL7 (USB2 PLL) for 1060 MCUs.

## [0.5.6] 2024-07-05

- Add LPSPI low-level clock configuration APIs.
Expand Down Expand Up @@ -330,6 +334,7 @@ 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.6...main
[0.5.7]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.6...0.5.7
[0.5.6]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.5...0.5.6
[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
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.6"
version = "0.5.7"

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

0 comments on commit 0d94d21

Please sign in to comment.