- Explicit Python 3.13 support, drop Python 3.8 support.
- Docs improvements.
- 🐍 Add official Python 3.12 support, drop Python 3.7 support.
- 🗑️ No dependencies anymore!
- 🦺 First 1.x release. Semantic versioning will be used to indicate potential breaking changes in the future.
- 🐍 Add official Python 3.11 support.
- 👌 Simplify name of mypy plugin from
quacks.mypy
toquacks
. The old name is still accessible for backwards compatibility.
- Drop Python 3.6 support.
- More documentation improvements.
- Improvements to documentation.
- Fix issue with using
TypeVar
and forward declarations withreadonly
.
- Add
@readonly
decorator.
- Initial release.