Skip to content

Commit a1da061

Browse files
bump: version 0.1.2 → 0.1.3
1 parent 3a91048 commit a1da061

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.1.3 (2025-07-21)
2+
3+
### Fix
4+
5+
- use commitizen's built-in changelog generation in release workflow
6+
17
## v0.1.2 (2025-07-21)
28

39
## v0.1.1 (2025-07-21)

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.2"
12+
version = "0.1.3"
1313
requires-python = ">=3.12"
1414
dependencies = [
1515
"asgiref==3.8.1",
@@ -82,7 +82,7 @@ skips = ["B106"]
8282

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

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)