diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-05-11 10:56:37 -0400 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-06-13 20:53:00 -0400 |
| commit | 9e05e2f97a5a411cc8e3e111e0d24d4abae1c76c (patch) | |
| tree | 3c71444ff70aa7f12f3cb4402ad872693752f4e2 | |
| parent | b319d62052d6b553b135837ff8c35ee0c8d475bf (diff) | |
Prepare 0.1.7 release
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 810cb36..a43b8e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.1.7] 2025-06-14 + Introduce `RuntimeBuilder::in_flash` for creating images that can be launched by your own software, instead of NXP's boot ROM. @@ -60,6 +62,7 @@ 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.6...HEAD +[0.1.7]: https://github.com/imxrt-rs/imxrt-rt/releases/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/imxrt-rs/imxrt-rt/releases/compare/v0.1.5...v0.1.6 [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 @@ -1,6 +1,6 @@ [package] name = "imxrt-rt" -version = "0.1.6" +version = "0.1.7" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/imxrt-rs/imxrt-rt" |
