Skip to content

Commit db0d0aa

Browse files
chore(release): v0.5.0 → v0.6.0
1 parent 7bc82e5 commit db0d0aa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.6.0 (2025-06-29)
2+
3+
### Feat
4+
5+
- add SQLAlchemy and Tenacity to all repos with output dispatching and retry logic
6+
17
## v0.5.0 (2025-06-22)
28

39
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ skip_covered = true
109109

110110
[tool.commitizen]
111111
name = "cz_conventional_commits"
112-
version = "0.5.0"
112+
version = "0.6.0"
113113
tag_format = "v$version"
114114
update_changelog_on_bump = true
115115
changelog_file = "CHANGELOG.md"

src/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0" # Matches pyproject.toml version
1+
__version__ = "0.6.0" # Matches pyproject.toml version

0 commit comments

Comments
 (0)