File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.1.4 (2025-07-21)
2
+
3
+ ### Feat
4
+
5
+ - configure dependabot groups to batch related dependency updates
6
+
7
+ ### Fix
8
+
9
+ - update entrypoint.sh to use uv run for Django commands
10
+
1
11
## v0.1.3 (2025-07-21)
2
12
3
13
### Fix
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ readme = "README.md"
9
9
license = {file = " LICENSE" }
10
10
classifiers = [" License :: OSI Approved :: MIT License" ]
11
11
description = " Django Reference Implementation, a boilerplate Django project."
12
- version = " 0.1.3 "
12
+ version = " 0.1.4 "
13
13
requires-python = " >=3.12"
14
14
dependencies = [
15
15
" asgiref==3.9.1" ,
@@ -82,7 +82,7 @@ skips = ["B106"]
82
82
83
83
[tool .commitizen ]
84
84
name = " cz_conventional_commits"
85
- version = " 0.1.3 "
85
+ version = " 0.1.4 "
86
86
tag_format = " v$version"
87
87
bump_message = " bump: version $current_version → $new_version"
88
88
update_changelog_on_bump = true
You can’t perform that action at this time.
0 commit comments