From df805cae4366f123187230d3c6c0d6d89a52c008 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Mon, 10 Jun 2024 09:16:34 -0400 Subject: [PATCH] Prepare 0.2.7 release --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c4edb..31344eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.2.7] 2024-06-10 + +- Fix many 1170 GPIO implementations, most which incorrectly specified their + offset. Introduce a few missing GPIO implementations. + ## [0.2.6] 2024-01-27 - Enable an open drain when preparing I2C pins on 10xx MCUs. @@ -184,6 +189,7 @@ First release - UART [Unreleased]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.0...HEAD +[0.2.7]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.3...v0.2.4 diff --git a/Cargo.toml b/Cargo.toml index fe82807..4f46404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imxrt-iomuxc" -version = "0.2.6" +version = "0.2.7" authors = ["Ian McIntyre "] edition = "2021" description = """Pad configuration interface for NXP i.MX RT processors.