Update changelog and version

This commit is contained in:
Emil Fresk 2021-07-09 12:52:35 +02:00
parent 697ab31e6e
commit f3d9fd9b63
3 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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"

View file

@ -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