diff --git a/CHANGELOG.md b/CHANGELOG.md index ff9470187..af827d41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.12.23 + + +### Fixed + +- Remove silent `ImportError` suppression in `UsersConfig.ready()` ([#6263](https://github.com/cookiecutter/cookiecutter-django/pull/6263)) + +- Switch Dependabot to uv ecosystem ([#6258](https://github.com/cookiecutter/cookiecutter-django/pull/6258)) + +### Updated + +- Update collectfasta to 3.3.2 ([#6262](https://github.com/cookiecutter/cookiecutter-django/pull/6262)) + ## 2025.12.22 diff --git a/pyproject.toml b/pyproject.toml index 0a811a4b6..af77d62ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.12.22" +version = "2025.12.23" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 0943238ef..b82ce2792 100644 --- a/uv.lock +++ b/uv.lock @@ -167,7 +167,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.12.22" +version = "2025.12.23" source = { virtual = "." } dependencies = [ { name = "binaryornot" },