From 8a10aec8853db38a723b03a0c5d3d210f70c3297 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Tue, 7 Mar 2023 08:53:57 -0500 Subject: [PATCH] Prepare 0.5.1 release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 193295df..886196f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.5.1] 2023-03-07 + Add support for i.MX RT 1020 processors. Enable support with the `"imxrt1020"` imxrt-hal feature, and separately select your imxrt-ral feature. @@ -265,7 +267,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.0...main +[Unreleased]: https://github.com/imxrt-rs/imxrt-hal/compare/0.5.1...main +[0.5.1]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/imxrt-rs/imxrt-hal/releases/tag/0.5.0 [0.4.5]: https://github.com/imxrt-rs/imxrt-rs/compare/0.4.4...0.4.5 [0.4.4]: https://github.com/imxrt-rs/imxrt-rs/compare/0.4.3...0.4.4 diff --git a/Cargo.toml b/Cargo.toml index 35a20f84..aa5fd69f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = { workspace = true } categories = { workspace = true } license = { workspace = true } edition = { workspace = true } -version = "0.5.0" +version = "0.5.1" [dependencies.cfg-if] version = "1.0"