aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2020-06-12 09:32:43 +0200
committerGravatar Emil Fresk <emil.fresk@gmail.com> 2020-06-12 09:32:43 +0200
commit7030d23d63744e008b5868089b6c6bc92bca4c42 (patch)
treed9415734a776c8dc6a825155ca52636f612b777c
parent9ffb5dd45e280ec8fba82558c8db38d36b7f4854 (diff)
downloadrtic-7030d23d63744e008b5868089b6c6bc92bca4c42.tar.gz
rtic-7030d23d63744e008b5868089b6c6bc92bca4c42.tar.zst
rtic-7030d23d63744e008b5868089b6c6bc92bca4c42.zip
Preparing for v0.5.3
-rw-r--r--CHANGELOG.md8
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a14f859..704e6d18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [v0.5.3] - 2020-06-12
+
+- 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 +318,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
diff --git a/Cargo.toml b/Cargo.toml
index 8e6129a2..8d966d27 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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.2"
+version = "0.5.3"
[lib]
name = "rtic"