diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-06-12 10:03:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 10:03:26 +0200 |
| commit | cfd5f4785e9c2ae88e666d1fb94a3488904a87f5 (patch) | |
| tree | 61eadb04634741161a94c247a10125819bfb0913 /CHANGELOG.md | |
| parent | d35b26332d0d1d719dfe207328f8580c6471755b (diff) | |
| parent | 95032aa56b6799e753f8b5bacec777520f42cace (diff) | |
Merge pull request #329 from rtic-rs/v0.5.3_release
Preparing for v0.5.3
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a14f85..3f33cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.5.3] - 2020-06-12 + +- Added migration guide from `cortex-m-rtfm` to `cortex-m-rtic` +- No code changes, only a version compatibility release with `cortex-m-rtfm` to ease the transition +for users. + ## [v0.5.2] - 2020-06-11 - Using safe `DWT` interface @@ -313,7 +319,8 @@ Yanked due to a soundness issue in `init`; the issue has been mostly fixed in v0 - Initial release -[Unreleased]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.2...HEAD +[Unreleased]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.3...HEAD +[v0.5.3]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.2...v0.5.3 [v0.5.2]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.1...v0.5.2 [v0.5.1]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.0...v0.5.1 [v0.5.0]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.4.3...v0.5.0 |
