From 2467caf588ba45bc6a5f4ac23082c2a789dbfc0b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 9 Aug 2025 02:38:09 +0000 Subject: [PATCH] Release 2025.08.08 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a824e4c..8d9749bbb 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.08.08 + + +### Changed + +- Remove `project.css` when a bundler is used ([#5874](https://github.com/cookiecutter/cookiecutter-django/pull/5874)) + +### Updated + +- Update redis to 6.4.0 ([#5968](https://github.com/cookiecutter/cookiecutter-django/pull/5968)) + +- Update ruff to 0.12.8 ([#5969](https://github.com/cookiecutter/cookiecutter-django/pull/5969)) + ## 2025.08.07 diff --git a/pyproject.toml b/pyproject.toml index 40866aa06..aad52c06a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.08.07" +version = "2025.08.08" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index bd917a1a6..26c23b245 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.8.7" +version = "2025.8.8" source = { virtual = "." } dependencies = [ { name = "binaryornot" },