Skip to content

Commit 2706cfa

Browse files
committed
change: bump version from v2.0.4 to v2.1.0
1 parent 03660f0 commit 2706cfa

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,45 @@ 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.1.0 (2024-12-05)
11+
12+
### Feat
13+
14+
- **cli**: add validations for CLI options
15+
- Get all information about Forbidden error from the server
16+
- set local_storage_url as breaking change from 1.x to 2.x
17+
- support `compote registry sync --resolution [all,latest]`
18+
- Add in-memory cache for API and storage requests
19+
- add debug logging for HTTP requests
20+
- add esp32h21 to known target list
21+
- Add ruamel.yaml dependency
22+
- Improve add-dependency output and help
23+
- Add an option to specify registry url when using add-dependency
24+
- Add git source to add-dependency command
25+
- increase HTTP timeouts, use custom timeout for uploads
26+
- Add support of `.gitignore` file while uploading / packaging component
27+
- Add `use_gitignore` option to the manifest
28+
- validate manifest of examples when uploading a component
29+
30+
### Fix
31+
32+
- hash value of ComponentRequirement for register_url
33+
- compote registry sync keep same folder structure as the registry
34+
- Fix caching during uploading of components
35+
- default storage url without fetching from registry
36+
- only show debug hints when version solver failed
37+
- unify 1.x 2.x generated parital sync metatdata file
38+
- accept registry_url from api
39+
- Use utf-8 encoding for all text file operations
40+
- recreate lock file when missing env var
41+
- drop current solution if requirement source is different
42+
- ignore local storage urls when generating partial mirror
43+
44+
### Refactor
45+
46+
- rewrite partial mirror sync
47+
- use logging module instead of warnings
48+
1049
## v2.0.4 (2024-10-01)
1150

1251
### 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.0.4'
5+
__version__ = '2.1.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.0.4"
13+
version = "2.1.0"
1414
authors = [
1515
{ name = "Sergei Silnov", email = "[email protected]" },
1616
{ name = "Fu Hanxi", email = "[email protected]" },

0 commit comments

Comments
 (0)