mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2026-01-12 19:46:24 +03:00
Release 2025.12.03
This commit is contained in:
parent
937b094df5
commit
684572a340
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -3,6 +3,19 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
|
|||
|
||||
<!-- GENERATOR_PLACEHOLDER -->
|
||||
|
||||
## 2025.12.03
|
||||
|
||||
|
||||
### Changed
|
||||
|
||||
- Add docker buildkit flag ([#6219](https://github.com/cookiecutter/cookiecutter-django/pull/6219))
|
||||
|
||||
### Updated
|
||||
|
||||
- Update sentry-sdk to 2.47.0 ([#6223](https://github.com/cookiecutter/cookiecutter-django/pull/6223))
|
||||
|
||||
- Update psycopg to 3.3.1 ([#6221](https://github.com/cookiecutter/cookiecutter-django/pull/6221))
|
||||
|
||||
## 2025.12.02
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "cookiecutter-django"
|
||||
version = "2025.12.02"
|
||||
version = "2025.12.03"
|
||||
description = "A Cookiecutter template for creating production-ready Django projects quickly."
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user