Skip to content

Commit 12e3904

Browse files
committed
bump: version 2.10.3 → 2.11.0
1 parent f0d706a commit 12e3904

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.0 (2025-06-03)
6+
7+
### Feat
8+
9+
- support extra_pythonpaths injection during the runtime
10+
511
## v2.10.3 (2025-06-03)
612

713
### Fix

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.10.3'
11+
__version__ = '2.11.0'
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.10.3"
68+
version = "2.11.0"
6969
tag_format = "v$version"
7070
version_files = [
7171
"idf_build_apps/__init__.py",

0 commit comments

Comments
 (0)