Skip to content

Commit 0051e4e

Browse files
committed
change: bump version from v2.3.0 to v2.4.0
1 parent bb960b6 commit 0051e4e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
This changelog is managed with commitizen tool, don't update it manually.
99

10+
## v2.4.0 (2025-09-15)
11+
12+
### Feat
13+
14+
- support idf root deps, handle it in idf build system
15+
- support constraint file
16+
17+
### Fix
18+
19+
- Error message regex in yank test
20+
1021
## v2.3.0 (2025-08-13)
1122

1223
### Feat

idf_component_tools/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# SPDX-License-Identifier: Apache-2.0
33
"""IDF Component Tools Version"""
44

5-
__version__ = '2.3.0'
5+
__version__ = '2.4.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = [
1010

1111
[project]
1212
name = "idf-component-manager"
13-
version = "2.3.0"
13+
version = "2.4.0"
1414
authors = [
1515
{ name = "Sergei Silnov", email = "[email protected]" },
1616
{ name = "Fu Hanxi", email = "[email protected]" },

0 commit comments

Comments
 (0)