Skip to content

Commit 5a54d3d

Browse files
chore(release): v0.4.6 → v0.4.7
1 parent 159e280 commit 5a54d3d

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.4.7 (2025-06-15)
2+
3+
### Refactor
4+
5+
- standardize config, vault client, and test structure across all repos
6+
17
## v0.4.6 (2025-06-14)
28

39
### Refactor

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.4.6"
112+
version = "0.4.7"
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.4.6" # Matches pyproject.toml version
1+
__version__ = "0.4.7" # Matches pyproject.toml version

0 commit comments

Comments
 (0)