Skip to content

Commit

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

### Fix

- Fix filtering of files with default exclude filter patterns
- filterwarning "Running in an environment without IDF" while uploading

## v2.0.0 (2024-08-12)

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

0 comments on commit fa26be1

Please sign in to comment.