Skip to content

Commit c15606e

Browse files
committed
change: bump version from v2.0.0.dev0 to v2.0.0.dev1
1 parent 25ab942 commit c15606e

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,39 @@ 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.0.0.dev1 (2024-06-19)
11+
12+
### Feat
13+
14+
- Revoke token on logout CLI command
15+
- Use compote CLI when executed as module
16+
- support debug mode by setting env var IDF_COMPONENT_MANAGER_DEBUG_MODE
17+
- support reuse local existing versions while version solving
18+
- Set COMPONENT_VERSION in CMake from manifests in requirements file
19+
- use current solution while changing target or idf version if it works
20+
21+
### Fix
22+
23+
- reset version solver states when the old solution not working
24+
- test_check_for_newer_component_versions wrong component_hash
25+
- store download_url only in storage client
26+
- `compote registry login` url
27+
- cleanup dependencies, lift version restrictions
28+
- Consistent naming convention for ESP Component Registry
29+
- local components in lock file not exist
30+
- local dep with '__' can be treated as namespace separator correctly
31+
- re-trigger version solver when optional dependency now meet conditions
32+
- skip the optional dependencies while version solving
33+
- Fix 'default' profile not loading from the config file
34+
- Invalid component name on upload
35+
36+
### Refactor
37+
38+
- unify env var with pydantic-settings
39+
- rename service_url to registry_url in manifest files
40+
- remove api cache with file
41+
- remove poetry and do project cleanup
42+
1043
## v2.0.0-dev0 (2024-05-17)
1144

1245
### Feat

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

0 commit comments

Comments
 (0)