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 62d6e15 commit ad674fbCopy full SHA for ad674fb
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.7.0 (2025-07-01)
2
+
3
+### Feat
4
5
+- complete backtest repos and fix the logging
6
7
## v0.6.0 (2025-06-29)
8
9
### Feat
pyproject.toml
@@ -109,7 +109,7 @@ skip_covered = true
109
110
[tool.commitizen]
111
name = "cz_conventional_commits"
112
-version = "0.6.0"
+version = "0.7.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.6.0" # Matches pyproject.toml version
+__version__ = "0.7.0" # Matches pyproject.toml version
0 commit comments