Skip to content

Commit 84f93c6

Browse files
committed
Prepare 0.5.9 release
1 parent dee9e1b commit 84f93c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
## [Unreleased]
44

5+
## [0.5.9] 2024-11-24
6+
57
Correct LPSPI receive operations. Previously, `u8` and `u16` elements received
68
by the driver were returned out of order to the user. This release fixes the
79
ordering. If you were correcting this behavior in application code, you'll need
810
to remove that behavior before adopting this fix.
911

12+
Add `core::fmt::Debug` implementation for `TempMon`.
13+
1014
## [0.5.8] 2024-11-01
1115

1216
Fix LPUART baud rate computation, ensuring updates to SBR when evaluating other
@@ -333,6 +337,7 @@ The release includes 0.3.1 fixes.
333337
Prior releases were not tracked with a changelog entry.
334338

335339
[Unreleased]: https://github.com/imxrt-rs/imxrt-hal/compare/0.5.8...main
340+
[0.5.9]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.8...0.5.9
336341
[0.5.8]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.7...0.5.8
337342
[0.5.7]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.6...0.5.7
338343
[0.5.6]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.5...0.5.6

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = { workspace = true }
1313
categories = { workspace = true }
1414
license = { workspace = true }
1515
edition = { workspace = true }
16-
version = "0.5.8"
16+
version = "0.5.9"
1717

1818
[dependencies.cfg-if]
1919
version = "1.0"

0 commit comments

Comments
 (0)