diff --git a/imxrt-ral/CHANGELOG.md b/imxrt-ral/CHANGELOG.md index 1ba8fab2..0d9c76ef 100644 --- a/imxrt-ral/CHANGELOG.md +++ b/imxrt-ral/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] +## [0.3.0] 2020-06-18 + +* Only emit link section for `__INTERRUPTS` when compiling for ARM targets * Fix RAL's documentation to refer to i.MX RT registers ## [0.2.1] 2020-04-10 @@ -17,7 +20,8 @@ Initial build and release of imxrt family of peripheral access crates -[Unreleased]: https://github.com/imxrt-rs/imxrt-rs/compare/0.2.1...HEAD +[Unreleased]: https://github.com/imxrt-rs/imxrt-rs/compare/0.3.0...HEAD +[0.3.0]: https://github.com/imxrt-rs/imxrt-rs/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/imxrt-rs/imxrt-rs/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/imxrt-rs/imxrt-rs/compare/0.1.0...0.2.1 [0.1.0]: https://github.com/imxrt-rs/imxrt-rs/releases/tag/0.1.0 \ No newline at end of file