New
v0.13.0
This release contains a major bug fix in coro::task_container that would destroy the user task before it would start.
What's Changed
- Upgrade emscripten build by @jbaldwin in https://github.com/jbaldwin/libcoro/pull/282
- Add test for when_all throwing on individual tasks. by @jbaldwin in https://github.com/jbaldwin/libcoro/pull/281
- Disable mac ci builds by @jbaldwin in https://github.com/jbaldwin/libcoro/pull/290
- coro::task_container gc fix not completing coroutines by @jbaldwin in https://github.com/jbaldwin/libcoro/pull/288
Full Changelog: https://github.com/jbaldwin/libcoro/compare/v0.12.1...v0.13.0