Skip to content

Commit

Permalink
change: bump version from v1.5.1 to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kumekay committed Feb 23, 2024
1 parent c522963 commit 8f944fc
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.

## v1.5.2 (2024-02-23)

### Fix

- wrongly terminate the version solver when versions not been found at the first round
- support boolean type for require field

## v1.5.1 (2024-02-14)

### 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__ = '1.5.1'
__version__ = '1.5.2'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "idf-component-manager"
version = "1.5.1"
version = "1.5.2"
description = "Espressif IDF Component Manager"
authors = []
license = "Apache2"
Expand Down

0 comments on commit 8f944fc

Please sign in to comment.