aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2024-02-27 13:34:02 +0100
committerEmil Fresk <emil.fresk@gmail.com>2024-02-27 13:51:47 +0100
commit0b365f03eb77302663b751305aac7641b2721eb3 (patch)
tree5ba79003b8f05c262e96b21b48de7ccc6bfea7dd /rtic-macros
parentb1467c62b4b4f61ce53b6572c30920a72550ea45 (diff)
Release rtic v2.1.0, rtic-macros v2.1.0
Diffstat (limited to 'rtic-macros')
-rw-r--r--rtic-macros/CHANGELOG.md2
-rw-r--r--rtic-macros/Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/rtic-macros/CHANGELOG.md b/rtic-macros/CHANGELOG.md
index 8e79470..66bd9bc 100644
--- a/rtic-macros/CHANGELOG.md
+++ b/rtic-macros/CHANGELOG.md
@@ -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.
diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml
index 5203774..423fe31 100644
--- a/rtic-macros/Cargo.toml
+++ b/rtic-macros/Cargo.toml
@@ -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