@@ -7,7 +7,28 @@ 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)
10+ ## v2.0.0rc0 (2024-08-02)
11+
12+ ### Feat
13+
14+ - Add more descriptive error message for authentication
15+ - compare .component_hash by default, support optionally strict checksum
16+ - Make environment variables in if rules required to have a value
17+ - store images on dockerhub
18+
19+ ### Fix
20+
21+ - optional dependencies always skipped when "version" undefined
22+ - skip optional dependencies while solving dependencies
23+ - api response string could be empty
24+ - revert name slug re changes
25+ - correct error message when manifest file is not a dict
26+ - docs: fix render of '--'
27+ - support env var in git source fields ` git ` , ` path `
28+ - support env var in local source fields ` path ` , ` override_path `
29+ - assume false when exceptions raised in if clause
30+
31+ ## v2.0.0dev1 (2024-06-19)
1132
1233### Feat
1334
@@ -27,7 +48,7 @@ This changelog is managed with commitizen tool, don't update it manually.
2748- cleanup dependencies, lift version restrictions
2849- Consistent naming convention for ESP Component Registry
2950- local components in lock file not exist
30- - local dep with '__ ' can be treated as namespace separator correctly
51+ - local dep with '\_\_ ' can be treated as namespace separator correctly
3152- re-trigger version solver when optional dependency now meet conditions
3253- skip the optional dependencies while version solving
3354- Fix 'default' profile not loading from the config file
0 commit comments