@@ -7,6 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88This 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
0 commit comments