Release rtic v2.1.0, rtic-macros v2.1.0

This commit is contained in:
Emil Fresk 2024-02-27 13:34:02 +01:00
parent b1467c62b4
commit 0b365f03eb
6 changed files with 10 additions and 11 deletions

View file

@ -7,6 +7,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## [Unreleased]
## [v2.1.0] - 2024-02-27
### Added
- RTIC v2 now works on stable.

View file

@ -22,7 +22,7 @@ name = "rtic-macros"
readme = "../README.md"
repository = "https://github.com/rtic-rs/rtic"
version = "2.0.1"
version = "2.1.0"
[lib]
proc-macro = true