Skip to content

Commit

Permalink
change: bump version from v2.0.3 to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Oct 1, 2024
1 parent cc9fa7e commit d2d902d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ 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.4 (2024-10-01)

### Fix

- accept registry_url from api
- increase HTTP timeouts, use custom timeout for uploads
- recreate lock file when missing env var
- drop current solution if requirement source is different
- ignore local storage urls when generating partial mirror
- Use utf-8 encoding for all text file operations

## v2.0.3 (2024-08-26)

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

0 comments on commit d2d902d

Please sign in to comment.