File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
3
4
4
<!-- GENERATOR_PLACEHOLDER -->
5
5
6
+ ## 2024.03.18
7
+
8
+
9
+ ### Changed
10
+
11
+ - Split the docs from local.yml and build the service in CI ([ #4909 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/4909 ) )
12
+
13
+ ### Updated
14
+
15
+ - Update django-anymail to 10.3 ([ #4919 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/4919 ) )
16
+
17
+ - Update sentry-sdk to 1.42.0 ([ #4921 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/4921 ) )
18
+
19
+ - Update coverage to 7.4.4 ([ #4926 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/4926 ) )
20
+
21
+ - Update ruff to 0.3.3 ([ #4927 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/4927 ) )
22
+
23
+ - Auto-update pre-commit hooks ([ #4928 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/4928 ) )
24
+
6
25
## 2024.03.17
7
26
8
27
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.03.17 "
8
+ version = "2024.03.18 "
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