Skip to content

Commit cd5581a

Browse files
committed
bump: version 2.11.0 → 2.11.1
1 parent ca9e981 commit cd5581a

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
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v2.11.1 (2025-06-04)
6+
7+
### Fix
8+
9+
- stop searching apps when reached file system root
10+
511
## v2.11.0 (2025-06-03)
612

713
### Feat

idf_build_apps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ruff: noqa: E402
99
# avoid circular imports
1010

11-
__version__ = '2.11.0'
11+
__version__ = '2.11.1'
1212

1313
from .session_args import (
1414
SessionArgs,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ idf-build-apps = "idf_build_apps:main.main"
6565

6666
[tool.commitizen]
6767
name = "cz_conventional_commits"
68-
version = "2.11.0"
68+
version = "2.11.1"
6969
tag_format = "v$version"
7070
version_files = [
7171
"idf_build_apps/__init__.py",

0 commit comments

Comments
 (0)