Skip to content

Commit

Permalink
change: bump version from v2.0.0rc0 to v2.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
kumekay committed Aug 5, 2024
1 parent b298db1 commit 2894444
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This changelog is managed with commitizen tool, don't update it manually.

## v2.0.0rc1 (2024-08-05)

### Feat

- drop support of root level `commit_sha` in the manifest file

### Fix

- pass CLI arguments while uploading packed components
- calculate manifest hash based on set values

### Refactor

- remove unused attr `component_hash_required`

## v2.0.0rc0 (2024-08-02)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include = [

[project]
name = "idf-component-manager"
version = "2.0.0rc0"
version = "2.0.0rc1"
authors = [
{ name = "Sergei Silnov", email = "sergei.silnov@espressif.com" },
{ name = "Fu Hanxi", email = "fuhanxi@espressif.com" },
Expand Down

0 comments on commit 2894444

Please sign in to comment.