diff options
author | 2021-09-27 10:16:26 +0200 | |
---|---|---|
committer | 2021-09-27 10:16:26 +0200 | |
commit | 83db89b57fff37152352a1bb81aa78acbef72356 (patch) | |
tree | b501c9f4b3b614a352e0aa13ef367330b88fe589 | |
parent | 074c0ef1d4f7810dec5d9199349cde3da1882d07 (diff) | |
download | rtic-release/v0.5.tar.gz rtic-release/v0.5.tar.zst rtic-release/v0.5.zip |
Preparing v0.5.9v0.5.9release/v0.5
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cc07454a..7d6ca74d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.5.9] - 2021-09-27 + +- Removed the `cortex-m-rt` dependency +- Docs updates + ## [v0.5.8] - 2021-08-19 - Feature flag was added to support `cortex-m v0.7.x` @@ -341,7 +346,9 @@ 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.7...HEAD +[Unreleased]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.9...HEAD +[v0.5.9]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.8...v0.5.9 +[v0.5.8]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.7...v0.5.8 [v0.5.7]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.6...v0.5.7 [v0.5.6]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.5...v0.5.6 [v0.5.5]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.4...v0.5.5 @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtic" readme = "README.md" repository = "https://github.com/rtic-rs/cortex-m-rtic" -version = "0.5.8" +version = "0.5.9" [lib] name = "rtic" |