Skip to content

Commit cc1c90c

Browse files
committed
rtic & rtic-macros: release v2.3.0
1 parent 24d6d88 commit cc1c90c

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

rtic-macros/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
77

8-
## [Unreleased]
8+
## Unreleased
9+
10+
## [v2.3.0] - 2025-09-17
911

1012
### Added
1113

@@ -23,7 +25,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
2325

2426
## [v2.1.3] - 2025-06-08
2527

26-
### Changed
28+
### Changed
2729

2830
- Unstable support for ESP32-C6
2931
- Adapt `slic` backends to new version with `mecall`

rtic-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name = "rtic-macros"
2222
readme = "../README.md"
2323
repository = "https://github.com/rtic-rs/rtic"
2424

25-
version = "2.2.0"
25+
version = "2.3.0"
2626

2727
[package.metadata.docs.rs]
2828
features = ["test-template"]

rtic/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Example:
2020

2121
## [Unreleased]
2222

23+
## [v2.2.1] - 2025-09-17
24+
2325
### Added
2426

2527
- Outer attributes applied to RTIC app module are now forwarded to the generated code.

rtic/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "rtic"
1616
readme = "../README.md"
1717
repository = "https://github.com/rtic-rs/rtic"
1818

19-
version = "2.2.0"
19+
version = "2.3.0"
2020

2121
[package.metadata.docs.rs]
2222
features = ["thumbv7-backend"]
@@ -32,7 +32,7 @@ riscv = { version = "0.14.0", optional = true }
3232
cortex-m = { version = "0.7.0", optional = true }
3333
bare-metal = "1.0.0"
3434
portable-atomic = { version = "1", default-features = false }
35-
rtic-macros = { path = "../rtic-macros", version = "=2.2.0" }
35+
rtic-macros = { path = "../rtic-macros", version = "=2.3.0" }
3636
rtic-core = "1"
3737
critical-section = "1"
3838

0 commit comments

Comments
 (0)