diff --git a/CHANGELOG.md b/CHANGELOG.md index 36bf7a7..ea21518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.2.0 + +- [#49](https://github.com/oliverandrich/django-tailwind-cli/pull/49) by [@andrlik](https://github.com/andrlik) added a new management command `tailwind list_templates`. +- The new default config uses this command to implent the idea of Calton Gibson outlined in his blog post [Using Django’s template loaders to configure Tailwind](https://noumenal.es/notes/tailwind/django-integration/). + ## 2.1.1 - Switched from poetry to hatch for package management. diff --git a/src/django_tailwind_cli/__version__.py b/src/django_tailwind_cli/__version__.py index 58039f5..8a124bf 100644 --- a/src/django_tailwind_cli/__version__.py +++ b/src/django_tailwind_cli/__version__.py @@ -1 +1 @@ -__version__ = "2.1.1" +__version__ = "2.2.0"