Skip to content

Commit aeb8297

Browse files
committed
Prepare 0.5.14 release
1 parent c07d1ee commit aeb8297

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.5.14] 2026-03-19
6+
57
Fix how the PIT driver corrects the lifetime value.
68

79
## [0.5.13] 2026-03-15
@@ -364,6 +366,7 @@ The release includes 0.3.1 fixes.
364366
Prior releases were not tracked with a changelog entry.
365367

366368
[Unreleased]: https://github.com/imxrt-rs/imxrt-hal/compare/0.5.8...main
369+
[0.5.14]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.13...0.5.14
367370
[0.5.13]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.12...0.5.13
368371
[0.5.12]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.11...0.5.12
369372
[0.5.11]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.10...0.5.11

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.13"
16+
version = "0.5.14"
1717

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

0 commit comments

Comments
 (0)