Skip to content

Commit

Permalink
Prepare 0.2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Jun 10, 2024
1 parent 62ed4c2 commit df805ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imxrt-iomuxc"
version = "0.2.6"
version = "0.2.7"
authors = ["Ian McIntyre <[email protected]>"]
edition = "2021"
description = """Pad configuration interface for NXP i.MX RT processors.
Expand Down

0 comments on commit df805ca

Please sign in to comment.