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"