File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
3
4
4
<!-- GENERATOR_PLACEHOLDER -->
5
5
6
+ ## 2024.03.21
7
+
8
+
9
+ ### Changed
10
+
11
+ - Add PostgreSQL 16, remove Postgres 10 and 11 ([ #4935 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/4935 ) )
12
+
13
+ ### Updated
14
+
15
+ - Update uvicorn to 0.29.0 ([ #4933 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/4933 ) )
16
+
17
+ - Update sentry-sdk to 1.43.0 ([ #4934 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/4934 ) )
18
+
6
19
## 2024.03.19
7
20
8
21
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.19 "
8
+ version = "2024.03.21 "
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