- TaskGroups now support background tasks via {meth}`TaskGroup.create_background_task`.
([10](https://github.com/Tinche/quattro/pull/10))
- Add support for Python 3.13.
([9](https://github.com/Tinche/quattro/pull/9))
- Depend on the [_taskgroup_ package](https://pypi.org/project/taskgroup/) on Python 3.9 and 3.10, instead of our own implementation.
([11](https://github.com/Tinche/quattro/pull/11))
- Switch to [uv](https://github.com/astral-sh/uv).
([14](https://github.com/Tinche/quattro/pull/14))
- Introduce [Zizmor](https://github.com/woodruffw/zizmor) for CI hardening.
([12](https://github.com/Tinche/quattro/pull/12))
- _quattro_ now has 100% branch coverage.
([16](https://github.com/Tinche/quattro/pull/16))