From 42ebfe57f1268485da7057d7e1cbaad866ad2088 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 22 Jun 2025 11:17:40 +0200 Subject: Release all crates --- rtic-macros/CHANGELOG.md | 2 ++ rtic-macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'rtic-macros') diff --git a/rtic-macros/CHANGELOG.md b/rtic-macros/CHANGELOG.md index 75bf504..3390c53 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.2.0] - 2025-06-22 + ### Added - Added `waker` getter to software tasks diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml index c38f575..84f2dc1 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.1.3" +version = "2.2.0" [package.metadata.docs.rs] features = ["test-template"] -- cgit v1.2.3