Skip to content

Commit 2894444

Browse files
committed
change: bump version from v2.0.0rc0 to v2.0.0rc1
1 parent b298db1 commit 2894444

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ 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.0rc1 (2024-08-05)
11+
12+
### Feat
13+
14+
- drop support of root level `commit_sha` in the manifest file
15+
16+
### Fix
17+
18+
- pass CLI arguments while uploading packed components
19+
- calculate manifest hash based on set values
20+
21+
### Refactor
22+
23+
- remove unused attr `component_hash_required`
24+
1025
## v2.0.0rc0 (2024-08-02)
1126

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

0 commit comments

Comments
 (0)