From 48bc1cecc675db733431fa09c217c5cb682145e7 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Mon, 3 Jul 2023 08:48:40 -0400 Subject: [PATCH] Prepare 0.2.2 release --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5197e47..b377bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.2.2] 2023-07-03 + - Add optional `DAISY` associated constant to `flexpwm::Pin`. - Add FlexIO pin definitions and implementations for 1060 pads. @@ -166,6 +168,7 @@ First release - UART [Unreleased]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.0...HEAD +[0.2.2]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.1.5...v0.2.0 [0.1.5]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.1.4...v0.1.5 diff --git a/Cargo.toml b/Cargo.toml index 018f58e..f31e2fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imxrt-iomuxc" -version = "0.2.1" +version = "0.2.2" authors = ["Ian McIntyre "] edition = "2021" description = """Pad configuration interface for NXP i.MX RT processors.