Releases: Quantaly/shunt
Releases · Quantaly/shunt
Release list
v2.0.1
[2.0.1] - 2025-07-05
Fixed
- Removed vestigial reference to panicking behavior in
Task.Join()documentation - Fixed version tag links in changelog
[2.0.0] - 2025-07-05
Removed
- Panics are no longer automatically handled. A panic in a task will crash the program, unless you recover from it on your own.
- Removed
Task.JoinWithoutPanicking()
- Removed
Changed
- Updated GitHub Actions workflow
- Tests on both "stable" and "oldstable" Go versions
- Simplify