@@ -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
0 commit comments