rtic & rtic-macros: release v2.3.0

This commit is contained in:
datdenkikniet 2025-09-17 19:59:25 +02:00
parent 24d6d88551
commit e710c38586
4 changed files with 9 additions and 5 deletions

View file

@ -5,7 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## [Unreleased]
## Unreleased
## [v2.3.0] - 2025-09-17
### Added

View file

@ -22,7 +22,7 @@ name = "rtic-macros"
readme = "../README.md"
repository = "https://github.com/rtic-rs/rtic"
version = "2.2.0"
version = "2.3.0"
[package.metadata.docs.rs]
features = ["test-template"]

View file

@ -20,6 +20,8 @@ Example:
## [Unreleased]
## [v2.3.0] - 2025-09-17
### Added
- Outer attributes applied to RTIC app module are now forwarded to the generated code.

View file

@ -16,7 +16,7 @@ name = "rtic"
readme = "../README.md"
repository = "https://github.com/rtic-rs/rtic"
version = "2.2.0"
version = "2.3.0"
[package.metadata.docs.rs]
features = ["thumbv7-backend"]
@ -32,7 +32,7 @@ riscv = { version = "0.14.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.2.0" }
rtic-macros = { path = "../rtic-macros", version = "=2.3.0" }
rtic-core = "1"
critical-section = "1"