From e1f00bbfd88747e95d3847dac65d36d81dff1c82 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Mon, 27 May 2024 19:23:20 -0400 Subject: [PATCH] Prepare 0.5.5 release --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99cce155..96210f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: @@ -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 diff --git a/Cargo.toml b/Cargo.toml index a841283f..c75535fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"