Skip to content

Commit 71a3cf9

Browse files
bump: version 0.1.3 → 0.1.4
1 parent c20bc2c commit 71a3cf9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
license = {file = "LICENSE"}
1010
classifiers = ["License :: OSI Approved :: MIT License"]
1111
description = "Django Reference Implementation, a boilerplate Django project."
12-
version = "0.1.3"
12+
version = "0.1.4"
1313
requires-python = ">=3.12"
1414
dependencies = [
1515
"asgiref==3.9.1",
@@ -82,7 +82,7 @@ skips = ["B106"]
8282

8383
[tool.commitizen]
8484
name = "cz_conventional_commits"
85-
version = "0.1.3"
85+
version = "0.1.4"
8686
tag_format = "v$version"
8787
bump_message = "bump: version $current_version → $new_version"
8888
update_changelog_on_bump = true

0 commit comments

Comments
 (0)