Skip to content

Commit 95616b3

Browse files
korken89AfoHT
authored andcommitted
Release RTIC v2.1.3
1 parent ac0579c commit 95616b3

File tree

4 files changed

+10
-49
lines changed

4 files changed

+10
-49
lines changed

rtic-macros/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
77

88
## [Unreleased]
99

10+
## [v2.1.3] - 2025-06-08
11+
12+
### Changed
13+
1014
- Unstable support for ESP32-C6
1115
- Adapt `slic` backends to new version with `mecall`
1216
- Allow software tasks to be diverging (return `!`) and give them `'static` context.
1317

14-
## [v2.1.1] - 2024-12-06
18+
## [v2.1.1 & v2.1.2] - 2024-12-06
1519

1620
### Changed
1721

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.1.2"
25+
version = "2.1.3"
2626

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

rtic/CHANGELOG.md

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

2121
## [Unreleased]
2222

23+
## [v2.1.3] - 2025-06-08
24+
2325
### Fixed
2426

2527
- Task executors were not required to be 'static, allowing spawn to reference the stack of the spawnee.
@@ -635,48 +637,3 @@ Yanked due to a soundness issue in `init`; the issue has been mostly fixed in v0
635637
## v0.1.0 - 2017-05-09
636638

637639
- Initial release
638-
639-
[Unreleased]: https://github.com/rtic-rs/rtic/compare/v2.0.1...HEAD
640-
[v2.0.1]: https://github.com/rtic-rs/rtic/compare/v2.0.0...v2.0.1
641-
[v2.0.0]: https://github.com/rtic-rs/rtic/compare/v1.1.4...v2.0.0
642-
[v1.1.4]: https://github.com/rtic-rs/rtic/compare/v1.1.3...v1.1.4
643-
[v1.1.3]: https://github.com/rtic-rs/rtic/compare/v1.1.2...v1.1.3
644-
[v1.1.2]: https://github.com/rtic-rs/rtic/compare/v1.1.1...v1.1.2
645-
[v1.1.1]: https://github.com/rtic-rs/rtic/compare/v1.1.0...v1.1.1
646-
[v1.1.0]: https://github.com/rtic-rs/rtic/compare/v1.0.0...v1.1.0
647-
[v1.0.0]: https://github.com/rtic-rs/rtic/compare/v0.6.0-rc.4...v1.0.0
648-
[v0.6.0-rc.4]: https://github.com/rtic-rs/rtic/compare/v0.6.0-rc.3...v0.6.0-rc.4
649-
[v0.6.0-rc.3]: https://github.com/rtic-rs/rtic/compare/v0.6.0-rc.2...v0.6.0-rc.3
650-
[v0.6.0-rc.2]: https://github.com/rtic-rs/rtic/compare/v0.6.0-rc.1...v0.6.0-rc.2
651-
[v0.6.0-rc.1]: https://github.com/rtic-rs/rtic/compare/v0.6.0-rc.0...v0.6.0-rc.1
652-
[v0.6.0-rc.0]: https://github.com/rtic-rs/rtic/compare/v0.6.0-alpha.5...v0.6.0-rc.0
653-
[v0.6.0-alpha.5]: https://github.com/rtic-rs/rtic/compare/v0.6.0-alpha.4...v0.6.0-alpha.5
654-
[v0.6.0-alpha.4]: https://github.com/rtic-rs/rtic/compare/v0.6.0-alpha.3...v0.6.0-alpha.4
655-
[v0.6.0-alpha.3]: https://github.com/rtic-rs/rtic/compare/v0.6.0-alpha.2...v0.6.0-alpha.3
656-
[v0.6.0-alpha.2]: https://github.com/rtic-rs/rtic/compare/v0.6.0-alpha.1...v0.6.0-alpha.2
657-
[v0.6.0-alpha.1]: https://github.com/rtic-rs/rtic/compare/v0.6.0-alpha.0...v0.6.0-alpha.1
658-
[v0.6.0-alpha.0]: https://github.com/rtic-rs/rtic/compare/v0.5.5...v0.6.0-alpha.0
659-
[v0.5.x unreleased]: https://github.com/rtic-rs/rtic/compare/v0.5.8...v0.5.x
660-
[v0.5.9]: https://github.com/rtic-rs/rtic/compare/v0.5.8...v0.5.9
661-
[v0.5.8]: https://github.com/rtic-rs/rtic/compare/v0.5.7...v0.5.8
662-
[v0.5.7]: https://github.com/rtic-rs/rtic/compare/v0.5.6...v0.5.7
663-
[v0.5.6]: https://github.com/rtic-rs/rtic/compare/v0.5.5...v0.5.6
664-
[v0.5.5]: https://github.com/rtic-rs/rtic/compare/v0.5.4...v0.5.5
665-
[v0.5.4]: https://github.com/rtic-rs/rtic/compare/v0.5.3...v0.5.4
666-
[v0.5.3]: https://github.com/rtic-rs/rtic/compare/v0.5.2...v0.5.3
667-
[v0.5.2]: https://github.com/rtic-rs/rtic/compare/v0.5.1...v0.5.2
668-
[v0.5.1]: https://github.com/rtic-rs/rtic/compare/v0.5.0...v0.5.1
669-
[v0.5.0]: https://github.com/rtic-rs/rtic/compare/v0.4.3...v0.5.0
670-
[v0.4.3]: https://github.com/rtic-rs/rtic/compare/v0.4.2...v0.4.3
671-
[v0.4.2]: https://github.com/rtic-rs/rtic/compare/v0.4.1...v0.4.2
672-
[v0.4.1]: https://github.com/rtic-rs/rtic/compare/v0.4.0...v0.4.1
673-
[v0.4.0]: https://github.com/rtic-rs/rtic/compare/v0.3.4...v0.4.0
674-
[v0.3.4]: https://github.com/rtic-rs/rtic/compare/v0.3.3...v0.3.4
675-
[v0.3.3]: https://github.com/rtic-rs/rtic/compare/v0.3.2...v0.3.3
676-
[v0.3.2]: https://github.com/rtic-rs/rtic/compare/v0.3.1...v0.3.2
677-
[v0.3.1]: https://github.com/rtic-rs/rtic/compare/v0.3.0...v0.3.1
678-
[v0.3.0]: https://github.com/rtic-rs/rtic/compare/v0.2.2...v0.3.0
679-
[v0.2.2]: https://github.com/rtic-rs/rtic/compare/v0.2.1...v0.2.2
680-
[v0.2.1]: https://github.com/rtic-rs/rtic/compare/v0.2.0...v0.2.1
681-
[v0.2.0]: https://github.com/rtic-rs/rtic/compare/v0.1.1...v0.2.0
682-
[v0.1.1]: https://github.com/rtic-rs/rtic/compare/v0.1.0...v0.1.1

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.1.2"
19+
version = "2.1.3"
2020

2121
[package.metadata.docs.rs]
2222
features = ["thumbv7-backend"]
@@ -32,7 +32,7 @@ riscv = { version = "0.13.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.1.2" }
35+
rtic-macros = { path = "../rtic-macros", version = "=2.1.3" }
3636
rtic-core = "1"
3737
critical-section = "1"
3838

0 commit comments

Comments
 (0)