From cb44de609840d95f167239e7f28620413e4bbc6b Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Mon, 3 Jul 2023 09:27:48 -0400 Subject: [PATCH] Prepare 0.5.3 release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 109d37ea..87f9529d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.5.3] 2023-07-03 + Add FlexIO clock gates for all supported 1000 and 1100 targets. ## [0.5.2] 2023-04-26 @@ -277,7 +279,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.2...main +[Unreleased]: https://github.com/imxrt-rs/imxrt-hal/compare/0.5.3...main +[0.5.2]: 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 [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 diff --git a/Cargo.toml b/Cargo.toml index 01e6a006..7efed279 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.2" +version = "0.5.3" [dependencies.cfg-if] version = "1.0"