Skip to content

Commit

Permalink
Prepare 0.5.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Nov 25, 2024
1 parent dee9e1b commit 84f93c6
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 @@ -2,11 +2,15 @@

## [Unreleased]

## [0.5.9] 2024-11-24

Correct LPSPI receive operations. Previously, `u8` and `u16` elements received
by the driver were returned out of order to the user. This release fixes the
ordering. If you were correcting this behavior in application code, you'll need
to remove that behavior before adopting this fix.

Add `core::fmt::Debug` implementation for `TempMon`.

## [0.5.8] 2024-11-01

Fix LPUART baud rate computation, ensuring updates to SBR when evaluating other
Expand Down Expand Up @@ -333,6 +337,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.8...main
[0.5.9]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.8...0.5.9
[0.5.8]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.7...0.5.8
[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
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.8"
version = "0.5.9"

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

0 comments on commit 84f93c6

Please sign in to comment.