From 57e513161fa577e8ece72f3363f4cedd1a6560d6 Mon Sep 17 00:00:00 2001 From: Oliver Andrich Date: Tue, 1 Oct 2024 20:31:41 +0200 Subject: [PATCH] Bumped version to 2.17.0. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83285bf..575366f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.17.0 + +- Internal refactoring. Config class has been replaced with django-appconfig and some function in the django_tailwind_cli.utils package. +- uv is used for publishing too. +- Updated tooling configuration. + ## 2.16.0 - Set the minimum supported version of Python to 3.9.