Skip to content

Commit

Permalink
Prepare 0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Sep 10, 2023
1 parent b2413c0 commit f86c587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.2.3] 2023-09-09

- Add FlexIO pin implementations for 1010 and 1020 pads.

## [0.2.2] 2023-07-03

- Add optional `DAISY` associated constant to `flexpwm::Pin`.
Expand Down Expand Up @@ -168,6 +172,7 @@ First release
- UART

[Unreleased]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.0...HEAD
[0.2.3]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.2...v0.2.3
[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
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.2"
version = "0.2.3"
authors = ["Ian McIntyre <ianpmcintyre@gmail.com>"]
edition = "2021"
description = """Pad configuration interface for NXP i.MX RT processors.
Expand Down

0 comments on commit f86c587

Please sign in to comment.