File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,33 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
3
4
4
<!-- GENERATOR_PLACEHOLDER -->
5
5
6
+ ## 2024.05.13
7
+
8
+
9
+ ### Changed
10
+
11
+ - Rename docker compose files to include ' ; docker-compose' ; ([ #4995 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/4995 ) )
12
+
13
+ - Remove obsolete ` version ` element from docker compose files ([ #5059 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5059 ) )
14
+
15
+ - Add Redis persistent storage when using celery ([ #5063 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5063 ) )
16
+
17
+ ### Fixed
18
+
19
+ - Add noqa to ignore ruff false positive ([ #5068 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5068 ) )
20
+
21
+ - Fix staticfile settings with cloud provider and whitenoise ([ #5057 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5057 ) )
22
+
23
+ ### Updated
24
+
25
+ - Update djangorestframework-stubs to 3.15.0 ([ #5041 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5041 ) )
26
+
27
+ - Update django-stubs to 5.0.0 ([ #5040 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5040 ) )
28
+
29
+ - Update mypy to 1.10.0 ([ #5022 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5022 ) )
30
+
31
+ - Update werkzeug to 3.0.3 ([ #5050 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5050 ) )
32
+
6
33
## 2024.05.11
7
34
8
35
Original file line number Diff line number Diff line change 5
5
from distutils .core import setup
6
6
7
7
# We use calendar versioning
8
- version = "2024.05.11 "
8
+ version = "2024.05.13 "
9
9
10
10
with open ("README.md" ) as readme_file :
11
11
long_description = readme_file .read ()
You can’t perform that action at this time.
0 commit comments