Skip to content

Commit

Permalink
change: bump version from v2.0.2 to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Aug 26, 2024
1 parent 158452b commit 48586bd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ 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.3 (2024-08-26)

### Fix

- get_storage_client includes component registry_url
- wrong root_managed_components_lock_path
- Fix applying include / exclude lists in GitSource versions method
- Exclude custom dest_dir from component archive

### Refactor

- Refactor core.py, change os.path to pathlib.Path

## v2.0.2 (2024-08-21)

### Fix
Expand Down
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.2'
__version__ = '2.0.3'
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.2"
version = "2.0.3"
authors = [
{ name = "Sergei Silnov", email = "sergei.silnov@espressif.com" },
{ name = "Fu Hanxi", email = "fuhanxi@espressif.com" },
Expand Down

0 comments on commit 48586bd

Please sign in to comment.