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+
111## v0.1.3 (2025-07-21)
212
313### Fix
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ readme = "README.md"
99license = {file = " LICENSE" }
1010classifiers = [" License :: OSI Approved :: MIT License" ]
1111description = " Django Reference Implementation, a boilerplate Django project."
12- version = " 0.1.3 "
12+ version = " 0.1.4 "
1313requires-python = " >=3.12"
1414dependencies = [
1515 " asgiref==3.9.1" ,
@@ -82,7 +82,7 @@ skips = ["B106"]
8282
8383[tool .commitizen ]
8484name = " cz_conventional_commits"
85- version = " 0.1.3 "
85+ version = " 0.1.4 "
8686tag_format = " v$version"
8787bump_message = " bump: version $current_version → $new_version"
8888update_changelog_on_bump = true
You can’t perform that action at this time.
0 commit comments