diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2021-07-09 12:52:35 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2021-07-09 12:54:19 +0200 |
| commit | f3d9fd9b638a25b497e1ca02e7ce5de86c9fc1c9 (patch) | |
| tree | f7aac5eae4cc2e19cc06bfd6fa8dab843dcfb276 | |
| parent | 697ab31e6ed4a44bdaff45ebfdf0d429b0e467b8 (diff) | |
Update changelog and version
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | macros/Cargo.toml | 2 |
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 @@ -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 |
