mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-11-16 07:45:26 +03:00
Release 2025.10.06
This commit is contained in:
parent
eea77f8221
commit
bb2046ab5e
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -3,6 +3,23 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
|
|||
|
||||
<!-- GENERATOR_PLACEHOLDER -->
|
||||
|
||||
## 2025.10.06
|
||||
|
||||
|
||||
### Changed
|
||||
|
||||
- fix(project generation fails with docker --load flag) ([#6097](https://github.com/cookiecutter/cookiecutter-django/pull/6097))
|
||||
|
||||
### Updated
|
||||
|
||||
- Update sentry-sdk to 2.40.0 ([#6096](https://github.com/cookiecutter/cookiecutter-django/pull/6096))
|
||||
|
||||
- Update django-coverage-plugin to 3.2.0 ([#6095](https://github.com/cookiecutter/cookiecutter-django/pull/6095))
|
||||
|
||||
- Update django-stubs to 5.2.6 ([#6093](https://github.com/cookiecutter/cookiecutter-django/pull/6093))
|
||||
|
||||
- Update django-allauth to 65.12.0 ([#6092](https://github.com/cookiecutter/cookiecutter-django/pull/6092))
|
||||
|
||||
## 2025.10.02
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "cookiecutter-django"
|
||||
version = "2025.10.02"
|
||||
version = "2025.10.06"
|
||||
description = "A Cookiecutter template for creating production-ready Django projects quickly."
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user