File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,35 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
3
4
4
<!-- GENERATOR_PLACEHOLDER -->
5
5
6
+ ## 2024.12.08
7
+
8
+
9
+ ### Fixed
10
+
11
+ - Pin node to version 22.11 ([ #5582 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5582 ) )
12
+
13
+ ### Updated
14
+
15
+ - Update ruff to 0.8.2 ([ #5576 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5576 ) )
16
+
17
+ - Update coverage to 7.6.9 ([ #5581 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5581 ) )
18
+
19
+ - Update sentry-sdk to 2.19.2 ([ #5579 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5579 ) )
20
+
21
+ - Bump python from 3.12.7 to 3.12.8 in production Docker image ([ #5575 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5575 ) )
22
+
23
+ - Bump python from 3.12.7 to 3.12.8 in local Docker image ([ #5574 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5574 ) )
24
+
25
+ - Bump python from 3.12.7 to 3.12.8 in docs Docker image ([ #5573 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5573 ) )
26
+
27
+ - Update hiredis to 3.1.0 ([ #5571 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5571 ) )
28
+
29
+ - Update redis to 5.2.1 ([ #5580 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5580 ) )
30
+
31
+ - Update django to 5.0.10 ([ #5572 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5572 ) )
32
+
33
+ - Update drf-spectacular to 0.28.0 ([ #5564 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5564 ) )
34
+
6
35
## 2024.12.03
7
36
8
37
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " cookiecutter-django"
3
- version = " 2024.12.03 "
3
+ version = " 2024.12.08 "
4
4
description = " A Cookiecutter template for creating production-ready Django projects quickly."
5
5
readme = " README.md"
6
6
keywords = [
You can’t perform that action at this time.
0 commit comments