Skip to content

Commit d05ab2c

Browse files
chore(release): v0.7.0 → v0.7.1
1 parent fd860f2 commit d05ab2c

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.7.1 (2025-07-26)
2+
3+
### Fix
4+
5+
- remediate vulnerabilities and sync new shared config utlities
6+
17
## v0.7.0 (2025-07-01)
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.7.0"
112+
version = "0.7.1"
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.7.0" # Matches pyproject.toml version
1+
__version__ = "0.7.1" # Matches pyproject.toml version

0 commit comments

Comments
 (0)