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.11.1 (2025-06-04)
6
+
7
+ ### Fix
8
+
9
+ - stop searching apps when reached file system root
10
+
5
11
## v2.11.0 (2025-06-03)
6
12
7
13
### Feat
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.11.0 '
11
+ __version__ = '2.11.1 '
12
12
13
13
from .session_args import (
14
14
SessionArgs ,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ idf-build-apps = "idf_build_apps:main.main"
65
65
66
66
[tool .commitizen ]
67
67
name = " cz_conventional_commits"
68
- version = " 2.11.0 "
68
+ version = " 2.11.1 "
69
69
tag_format = " v$version"
70
70
version_files = [
71
71
" idf_build_apps/__init__.py" ,
You can’t perform that action at this time.
0 commit comments