Skip to content

Commit ad674fb

Browse files
chore(release): v0.6.0 → v0.7.0
1 parent 62d6e15 commit ad674fb

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.0 (2025-07-01)
2+
3+
### Feat
4+
5+
- complete backtest repos and fix the logging
6+
17
## v0.6.0 (2025-06-29)
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.6.0"
112+
version = "0.7.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.6.0" # Matches pyproject.toml version
1+
__version__ = "0.7.0" # Matches pyproject.toml version

0 commit comments

Comments
 (0)