Skip to content

Commit ec2b02a

Browse files
committed
change: bump version from v2.2.1 to v2.2.2
1 parent 31021a2 commit ec2b02a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ 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.2.2 (2025-06-12)
11+
12+
### Feat
13+
14+
- Better report for corrupted component error message
15+
16+
### Fix
17+
18+
- fix versions case sensitivity
19+
- use `ComponentRequirements` in set
20+
- Do not duplicate examples defined in the manifest when packing multiple times
21+
- idf version regex supports >10
22+
- root-level managed components folder path
23+
1024
## v2.2.1 (2025-06-04)
1125

1226
### Fix

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.2.1'
5+
__version__ = '2.2.2'

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.2.1"
13+
version = "2.2.2"
1414
authors = [
1515
{ name = "Sergei Silnov", email = "[email protected]" },
1616
{ name = "Fu Hanxi", email = "[email protected]" },

0 commit comments

Comments
 (0)