File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## v2.6.4 (2025-02-14)
6
+
7
+ ### Fix
8
+
9
+ - collect file not created when no apps built
10
+
5
11
## v2.6.3 (2025-02-11)
6
12
7
13
### Fix
Original file line number Diff line number Diff line change 8
8
# ruff: noqa: E402
9
9
# avoid circular imports
10
10
11
- __version__ = '2.6.3 '
11
+ __version__ = '2.6.4 '
12
12
13
13
from .session_args import (
14
14
SessionArgs ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ idf-build-apps = "idf_build_apps:main.main"
62
62
63
63
[tool .commitizen ]
64
64
name = " cz_conventional_commits"
65
- version = " 2.6.3 "
65
+ version = " 2.6.4 "
66
66
tag_format = " v$version"
67
67
version_files = [
68
68
" idf_build_apps/__init__.py" ,
You can’t perform that action at this time.
0 commit comments