Skip to content

Commit

Permalink
change: bump version from v2.0.1 to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kumekay committed Aug 21, 2024
1 parent 6aca574 commit a65289a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 22 deletions.
45 changes: 25 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -357,22 +362,22 @@ 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

- Make cache path shorter (important on Windows)
- 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

Expand Down Expand Up @@ -407,21 +412,21 @@ 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

- error when revision number equals to 1
- 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

Expand All @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion idf_component_tools/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
"""IDF Component Tools Version"""

__version__ = '2.0.1'
__version__ = '2.0.2'
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.1"
version = "2.0.2"
authors = [
{ name = "Sergei Silnov", email = "[email protected]" },
{ name = "Fu Hanxi", email = "[email protected]" },
Expand Down

0 comments on commit a65289a

Please sign in to comment.