diff --git a/CHANGELOG.md b/CHANGELOG.md index 507b2c0..fb3bc37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index bc22fe5..4788ce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" },