aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2021-07-09 12:52:35 +0200
committerEmil Fresk <emil.fresk@gmail.com>2021-07-09 12:54:19 +0200
commitf3d9fd9b638a25b497e1ca02e7ce5de86c9fc1c9 (patch)
treef7aac5eae4cc2e19cc06bfd6fa8dab843dcfb276
parent697ab31e6ed4a44bdaff45ebfdf0d429b0e467b8 (diff)
Update changelog and version
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml2
-rw-r--r--macros/Cargo.toml2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7bcfc6..4a99b58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [v0.6.0-alpha.5] - 2021-07-09
+
+### Changed
+
+- The new resources syntax is implemented.
+
## [v0.6.0-alpha.4] - 2021-05-27
### Fixed
diff --git a/Cargo.toml b/Cargo.toml
index f1429db..a0b9c8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ name = "cortex-m-rtic"
readme = "README.md"
repository = "https://github.com/rtic-rs/cortex-m-rtic"
-version = "0.6.0-alpha.4"
+version = "0.6.0-alpha.5"
[lib]
name = "rtic"
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 3bf6b5d..56bfd5c 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rtic-macros"
readme = "../README.md"
repository = "https://github.com/rtic-rs/cortex-m-rtic"
-version = "0.6.0-alpha.4"
+version = "0.6.0-alpha.5"
[lib]
proc-macro = true