Skip to content

Commit 6444cb1

Browse files
committed
change: bump version from v2.0.0.dev1 to v2.0.0rc0
1 parent d6dc03b commit 6444cb1

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,28 @@ 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)
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

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

0 commit comments

Comments
 (0)