Skip to content

Commit f07a0a6

Browse files
committed
change: bump version from v1.5.2 to v1.5.3
1 parent 9e8eb94 commit f07a0a6

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
This changelog is managed with commitizen tool, don't update it manually.
99

10+
## v1.5.3 (2024-06-18)
11+
12+
### Feat
13+
14+
- support reuse local existing versions while version solving
15+
- Set COMPONENT_VERSION in CMake from manifests in requirements file
16+
- add esp32c61 to the list of known targets
17+
18+
### Fix
19+
20+
- use build_name for component while running idf_component_set_property
21+
- `compote registry login` url
22+
- local dep with '__' can be treated as namespace separator correctly
23+
- fix the order of managed_components
24+
- package schema 0.7.7 supports python 3.6+
25+
1026
## v1.5.2 (2024-02-23)
1127

1228
### Fix

idf_component_tools/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# SPDX-License-Identifier: Apache-2.0
33
"""IDF Component Tools Version"""
44

5-
__version__ = '1.5.2'
5+
__version__ = '1.5.3'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.poetry]
44
name = "idf-component-manager"
5-
version = "1.5.2"
5+
version = "1.5.3"
66
description = "Espressif IDF Component Manager"
77
authors = []
88
license = "Apache2"

0 commit comments

Comments
 (0)