From a65289ae4d213eefa3045bbfe7fc7f1a83727440 Mon Sep 17 00:00:00 2001 From: Sergei Silnov Date: Wed, 21 Aug 2024 17:04:44 +0200 Subject: [PATCH] change: bump version from v2.0.1 to v2.0.2 --- CHANGELOG.md | 45 +++++++++++++++++------------- idf_component_tools/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 27 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd6e97..f7b82ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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.2 (2024-08-21) + +### Fix + +- dependency with registry_url unrecognized correctly + ## v2.0.1 (2024-08-15) ### Fix @@ -67,7 +73,6 @@ This changelog is managed with commitizen tool, don't update it manually. - Change comment types to regular ones - Replace format() with f-strings - ## v2.0.0rc2 (2024-08-09) ### Fix @@ -233,7 +238,7 @@ This changelog is managed with commitizen tool, don't update it manually. - Only expand environment variables in the manifest files during CMake execution - Manifest dumping with non-expanded environment variables -## [1.4.1] - 2023-10-02 +## \[1.4.1\] - 2023-10-02 ### Fixed @@ -245,7 +250,7 @@ This changelog is managed with commitizen tool, don't update it manually. - Fix processing of `rules` and `matches` for components from the registry - Fix processing handling of `require` field for components from the registry -## [1.4.0] - 2023-09-15 +## \[1.4.0\] - 2023-09-15 ### Added @@ -274,20 +279,20 @@ This changelog is managed with commitizen tool, don't update it manually. - Fixed issue where `compote component upload` command ignored `default_namespace` parameter from the profile - The component manager no longer accesses the API to get the storage URL for the default registry URL -## [1.3.2] - 2023-07-05 +## \[1.3.2\] - 2023-07-05 ### Fixed - Keep original if statement in the `IfClause` object - Git source dependencies with `version` field work again -## [1.3.1] - 2023-07-03 +## \[1.3.1\] - 2023-07-03 ### Fixed - Fetch the same version as the lock file does while checking solved dependencies -## [1.3.0] - 2023-06-30 +## \[1.3.0\] - 2023-06-30 ### Changed @@ -336,18 +341,18 @@ This changelog is managed with commitizen tool, don't update it manually. - Fixed a bug where it was required to set IDF version and target for non-IDF dependent actions - Fix checks for targets in manifest validator, to make sure newer targets don't cause errors on older ESP-IDF versions -## [1.2.3] - 2023-05-25 +## \[1.2.3\] - 2023-05-25 ### Fixed -- Pin urllib version to <2 to avoid incompatibility with older python versions +- Pin urllib version to \<2 to avoid incompatibility with older python versions - Components with optional dependencies could be uploaded normally - Relative path in `override_path` now based on the directory of its `idf_component.yml` - Correct spelling of error message for unsatisfied dependency - Fix manifest hash calculation for dependencies from git repositories - Keep local components non-hashable -## [1.2.2] - 2023-01-17 +## \[1.2.2\] - 2023-01-17 ### Fixed @@ -357,14 +362,14 @@ This changelog is managed with commitizen tool, don't update it manually. - Fix nondeterministic order of components passed to IDF build system (https://github.com/espressif/esp-idf/issues/10419) - Fix hash validation for components uploaded with older versions of the component manager -## [1.2.1] - 2022-12-12 +## \[1.2.1\] - 2022-12-12 ### Fixed - Fix `idf.py add-dependency` crash for any argument - Fix regression in `python -m idf_component_manager upload-component` command -## [1.2.0] - 2022-12-08 [YANKED] +## \[1.2.0\] - 2022-12-08 \[YANKED\] ### Fixed @@ -372,7 +377,7 @@ This changelog is managed with commitizen tool, don't update it manually. - Set default API responses cache time to 5 minutes - Fix support of python 3.4 -## [1.2.0-rc0] - 2022-12-02 +## \[1.2.0-rc0\] - 2022-12-02 ### Added @@ -407,13 +412,13 @@ This changelog is managed with commitizen tool, don't update it manually. - Dump manifest file inconsistency with escaped dollar sign - Fix schema validation of the `idf_component_manager.yml` config file -## [1.1.4] - 2022-07-04 +## \[1.1.4\] - 2022-07-04 ### Fixed - Loose the restrictions for pyyaml on python 2.7 and 3.4 -## [1.1.3] - 2022-06-21 +## \[1.1.3\] - 2022-06-21 ### Fixed @@ -421,7 +426,7 @@ This changelog is managed with commitizen tool, don't update it manually. - colorama version incompatible with python 3.4 - pyyaml version incompatible with python 3.4 -## [1.1.2] - 2022-06-10 +## \[1.1.2\] - 2022-06-10 ### Added @@ -432,7 +437,7 @@ This changelog is managed with commitizen tool, don't update it manually. - Fix crash on malformed env variables - Support revision numbers in `version` and `dependencies` -> `version` -## [1.1.1] - 2022-05-31 +## \[1.1.1\] - 2022-05-31 ### Added @@ -443,7 +448,7 @@ This changelog is managed with commitizen tool, don't update it manually. - Fix expansion of environment variables in manifest for `rules` - Fix inject optional dependencies even if they are excluded -## [1.1.0] - 2022-05-19 +## \[1.1.0\] - 2022-05-19 ### Added @@ -484,7 +489,7 @@ This changelog is managed with commitizen tool, don't update it manually. - Fix support of REQUIRES by the project's main component - Allow transient dependencies for the main component -## [1.0.1] - 2022-01-12 +## \[1.0.1\] - 2022-01-12 ### Fixed @@ -493,7 +498,7 @@ This changelog is managed with commitizen tool, don't update it manually. - Fix error message when the directory didn't find in a git repository - Get the list of known targets from ESP-IDF, when possible -## [1.0.0] - 2021-12-21 +## \[1.0.0\] - 2021-12-21 ### Added @@ -511,4 +516,4 @@ This changelog is managed with commitizen tool, don't update it manually. - Copy filtered paths for git source - Fix local source missing dependencies -## [0.3.2-beta] - 2021-10-22 +## \[0.3.2-beta\] - 2021-10-22 diff --git a/idf_component_tools/__version__.py b/idf_component_tools/__version__.py index 21a3e7b..315b19e 100644 --- a/idf_component_tools/__version__.py +++ b/idf_component_tools/__version__.py @@ -2,4 +2,4 @@ # SPDX-License-Identifier: Apache-2.0 """IDF Component Tools Version""" -__version__ = '2.0.1' +__version__ = '2.0.2' diff --git a/pyproject.toml b/pyproject.toml index 0e1216a..5b69168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ include = [ [project] name = "idf-component-manager" -version = "2.0.1" +version = "2.0.2" authors = [ { name = "Sergei Silnov", email = "sergei.silnov@espressif.com" }, { name = "Fu Hanxi", email = "fuhanxi@espressif.com" },