aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2024-10-26 10:21:01 -0400
committerIan McIntyre <me@mciantyre.dev>2024-10-26 10:21:24 -0400
commitca26336dcdf8dcb722b45d758911c17ced7572f8 (patch)
tree15ed854cc7370af49f1339dd6e4cc14f1ee3b2c6
parent81156e73a67341a0b2ea6d7950a128ff99e5cac8 (diff)
Prepare 0.1.5 release
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b345574..f5dbfa1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## [Unreleased]
+## [0.1.5] 2024-10-26
+
Add initial support for RT1180.
## [0.1.4] 2024-04-05
@@ -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
diff --git a/Cargo.toml b/Cargo.toml
index 84d8482..6380036 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"