- [127](https://github.com/oliverandrich/django-tailwind-cli/pull/127) by [bckohan](https://github.com/bckohan) upgrade django-typer and fixed future incompatibilities with django-typer 3.0. - moved to tox for testing. - Added Python 3.13 to the test matrix. - Added Django 5.1a1 to the test matrix. - Bumped default version of tailwindcss to 3.4.4.
2.12.0
- Reintroduced support for Python 3.8. Seems as I have to support than I want to. - Added justfile to ease management of package and dev environment.
2.11.1
- Changed project tooling to uv, nox and flit. - Bumped default version of tailwindcss to 3.4.3.
2.11.0
- Switched default configuration for tailwind to the less opinionated default version.
2.10.0
- Added `download_cli` management command.
2.9.0
- Bumped default Tailwind CLI version to 3.4.1. - Reimplemented the management command using [django_typer](https://django-typer.readthedocs.io/en/stable/) - Removed Python 3.8 from the list of supported versions.