aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIan McIntyre <ianpmcintyre@gmail.com>2022-12-02 12:25:53 -0500
committerIan McIntyre <ianpmcintyre@gmail.com>2022-12-02 12:25:53 -0500
commit03157dac0e75efe1d1fb400d848d5792528bdd2c (patch)
tree02542338a38a5c06e5937e1ed67f581a7f2fb580 /CHANGELOG.md
parent2b3e933a71da3e00817b18d0481d3bea382f2949 (diff)
Add CHANGELOG for release tracking
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..6e1bec2
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,11 @@
+# Changelog
+
+## [Unreleased]
+
+## [0.1.0] 2022-12-02
+
+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/0.1.0...HEAD
+[0.1.0]: https://github.com/imxrt-rs/imxrt-rt/releases/tag/0.1.0