Skip to content

Commit

Permalink
Prepare 0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Oct 26, 2024
1 parent 81156e7 commit ca26336
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.1.5] 2024-10-26

Add initial support for RT1180.

## [0.1.4] 2024-04-05
Expand Down Expand Up @@ -39,7 +41,8 @@ ensure that your build uses this imxrt-rt release.
First release. `imxrt-rt` provides a build-time API that defines a memory map,
as well as a runtime library that configures i.MX RT 10xx and 11xx processors.

[Unreleased]: https://github.com/imxrt-rs/imxrt-rt/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/imxrt-rs/imxrt-rt/compare/v0.1.5...HEAD
[0.1.5]: https://github.com/imxrt-rs/imxrt-rt/releases/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/imxrt-rs/imxrt-rt/releases/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/imxrt-rs/imxrt-rt/releases/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/imxrt-rs/imxrt-rt/releases/compare/v0.1.1...v0.1.2
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-rt"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/imxrt-rs/imxrt-rt"
Expand Down

0 comments on commit ca26336

Please sign in to comment.