Skip to content

Commit

Permalink
change: bump version from v2.1.1 to v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kumekay committed Jan 10, 2025
1 parent 3cec99a commit eee6601
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ 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.1.2 (2025-01-10)

### Fix

- keep comments in config YAML with ruamel.yaml
- Limit urllib3 version for tests
- Always use canonical representation of the component version

## v2.1.1 (2024-12-06)

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

0 comments on commit eee6601

Please sign in to comment.