We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe749fa commit 30915aaCopy full SHA for 30915aa
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.5.0 (2025-06-22)
2
+
3
+### Feat
4
5
+- **utils**: finalize shared utility modules and tests
6
7
## v0.4.7 (2025-06-15)
8
9
### Refactor
pyproject.toml
@@ -109,7 +109,7 @@ skip_covered = true
109
110
[tool.commitizen]
111
name = "cz_conventional_commits"
112
-version = "0.4.7"
+version = "0.5.0"
113
tag_format = "v$version"
114
update_changelog_on_bump = true
115
changelog_file = "CHANGELOG.md"
src/app/__init__.py
@@ -1 +1 @@
-__version__ = "0.4.7" # Matches pyproject.toml version
+__version__ = "0.5.0" # Matches pyproject.toml version
0 commit comments