From e24ef1053e5b26a1e9dd3bad838439edeb03ea13 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Fri, 6 Dec 2024 13:38:15 +0100 Subject: [PATCH] Fix documentation (docs.rs) and release 2.1.2 --- rtic-macros/Cargo.toml | 2 +- rtic/CHANGELOG.md | 2 ++ rtic/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml index eee23c6a1cb1..904aa83cc101 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.0" +version = "2.1.1" [lib] proc-macro = true diff --git a/rtic/CHANGELOG.md b/rtic/CHANGELOG.md index ac5436eb7311..b58567633f20 100644 --- a/rtic/CHANGELOG.md +++ b/rtic/CHANGELOG.md @@ -7,6 +7,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ## [Unreleased] +## [v2.1.2] - 2024-12-06 + ### Changed - Updated esp32c3 dependency to v0.22.0 diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index 7170fc4de3e4..8188c9f19012 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -16,7 +16,7 @@ name = "rtic" readme = "../README.md" repository = "https://github.com/rtic-rs/rtic" -version = "2.1.1" +version = "2.1.2" [package.metadata.docs.rs] features = ["rtic-macros/test-template"] @@ -31,7 +31,7 @@ riscv = { version = "0.11.0", optional = true } cortex-m = { version = "0.7.0", optional = true } bare-metal = "1.0.0" portable-atomic = { version = "1", default-features = false } -rtic-macros = { path = "../rtic-macros", version = "=2.1.0" } +rtic-macros = { path = "../rtic-macros", version = "=2.1.1" } rtic-core = "1" critical-section = "1"