Release RTIC v2.1.3

This commit is contained in:
Emil Fresk 2025-06-08 12:02:38 +02:00 committed by Henrik Tjäder
parent ac0579c81f
commit 95616b3c59
4 changed files with 10 additions and 49 deletions

View file

@ -7,11 +7,15 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## [Unreleased]
## [v2.1.3] - 2025-06-08
### Changed
- Unstable support for ESP32-C6
- Adapt `slic` backends to new version with `mecall`
- Allow software tasks to be diverging (return `!`) and give them `'static` context.
## [v2.1.1] - 2024-12-06
## [v2.1.1 & v2.1.2] - 2024-12-06
### Changed

View file

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

View file

@ -20,6 +20,8 @@ Example:
## [Unreleased]
## [v2.1.3] - 2025-06-08
### Fixed
- 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
## v0.1.0 - 2017-05-09
- Initial release
[Unreleased]: https://github.com/rtic-rs/rtic/compare/v2.0.1...HEAD
[v2.0.1]: https://github.com/rtic-rs/rtic/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/rtic-rs/rtic/compare/v1.1.4...v2.0.0
[v1.1.4]: https://github.com/rtic-rs/rtic/compare/v1.1.3...v1.1.4
[v1.1.3]: https://github.com/rtic-rs/rtic/compare/v1.1.2...v1.1.3
[v1.1.2]: https://github.com/rtic-rs/rtic/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/rtic-rs/rtic/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/rtic-rs/rtic/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/rtic-rs/rtic/compare/v0.6.0-rc.4...v1.0.0
[v0.6.0-rc.4]: https://github.com/rtic-rs/rtic/compare/v0.6.0-rc.3...v0.6.0-rc.4
[v0.6.0-rc.3]: https://github.com/rtic-rs/rtic/compare/v0.6.0-rc.2...v0.6.0-rc.3
[v0.6.0-rc.2]: https://github.com/rtic-rs/rtic/compare/v0.6.0-rc.1...v0.6.0-rc.2
[v0.6.0-rc.1]: https://github.com/rtic-rs/rtic/compare/v0.6.0-rc.0...v0.6.0-rc.1
[v0.6.0-rc.0]: https://github.com/rtic-rs/rtic/compare/v0.6.0-alpha.5...v0.6.0-rc.0
[v0.6.0-alpha.5]: https://github.com/rtic-rs/rtic/compare/v0.6.0-alpha.4...v0.6.0-alpha.5
[v0.6.0-alpha.4]: https://github.com/rtic-rs/rtic/compare/v0.6.0-alpha.3...v0.6.0-alpha.4
[v0.6.0-alpha.3]: https://github.com/rtic-rs/rtic/compare/v0.6.0-alpha.2...v0.6.0-alpha.3
[v0.6.0-alpha.2]: https://github.com/rtic-rs/rtic/compare/v0.6.0-alpha.1...v0.6.0-alpha.2
[v0.6.0-alpha.1]: https://github.com/rtic-rs/rtic/compare/v0.6.0-alpha.0...v0.6.0-alpha.1
[v0.6.0-alpha.0]: https://github.com/rtic-rs/rtic/compare/v0.5.5...v0.6.0-alpha.0
[v0.5.x unreleased]: https://github.com/rtic-rs/rtic/compare/v0.5.8...v0.5.x
[v0.5.9]: https://github.com/rtic-rs/rtic/compare/v0.5.8...v0.5.9
[v0.5.8]: https://github.com/rtic-rs/rtic/compare/v0.5.7...v0.5.8
[v0.5.7]: https://github.com/rtic-rs/rtic/compare/v0.5.6...v0.5.7
[v0.5.6]: https://github.com/rtic-rs/rtic/compare/v0.5.5...v0.5.6
[v0.5.5]: https://github.com/rtic-rs/rtic/compare/v0.5.4...v0.5.5
[v0.5.4]: https://github.com/rtic-rs/rtic/compare/v0.5.3...v0.5.4
[v0.5.3]: https://github.com/rtic-rs/rtic/compare/v0.5.2...v0.5.3
[v0.5.2]: https://github.com/rtic-rs/rtic/compare/v0.5.1...v0.5.2
[v0.5.1]: https://github.com/rtic-rs/rtic/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/rtic-rs/rtic/compare/v0.4.3...v0.5.0
[v0.4.3]: https://github.com/rtic-rs/rtic/compare/v0.4.2...v0.4.3
[v0.4.2]: https://github.com/rtic-rs/rtic/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/rtic-rs/rtic/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/rtic-rs/rtic/compare/v0.3.4...v0.4.0
[v0.3.4]: https://github.com/rtic-rs/rtic/compare/v0.3.3...v0.3.4
[v0.3.3]: https://github.com/rtic-rs/rtic/compare/v0.3.2...v0.3.3
[v0.3.2]: https://github.com/rtic-rs/rtic/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/rtic-rs/rtic/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/rtic-rs/rtic/compare/v0.2.2...v0.3.0
[v0.2.2]: https://github.com/rtic-rs/rtic/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/rtic-rs/rtic/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/rtic-rs/rtic/compare/v0.1.1...v0.2.0
[v0.1.1]: https://github.com/rtic-rs/rtic/compare/v0.1.0...v0.1.1

View file

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