aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIan McIntyre <ianpmcintyre@gmail.com>2023-10-01 12:44:42 -0400
committerIan McIntyre <ianpmcintyre@gmail.com>2023-10-01 12:44:42 -0400
commit1879a2d6be6b72f3a59364200c8b5c75aff9d5f0 (patch)
tree9a12cb71b02d04d2fbe427c82e6b260cd9351921 /CHANGELOG.md
parentd0a33f85348b6c397bc31bc364c0c74391dd5fba (diff)
Prepare 0.1.3 release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb7a981..aa37d8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## [Unreleased]
+## [0.1.3] 2023-10-01
+
+Ensure that the runtime supports the GNU linker, `ld`.
+
## [0.1.2] 2023-09-08
Add section for device configuration data (DCD) in linker script. Users
@@ -24,6 +28,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.1...HEAD
+[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
[0.1.1]: https://github.com/imxrt-rs/imxrt-rt/releases/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/imxrt-rs/imxrt-rt/releases/tag/v0.1.0