File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88This 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
Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: Apache-2.0
33"""IDF Component Tools Version"""
44
5- __version__ = '1.5.2 '
5+ __version__ = '1.5.3 '
Original file line number Diff line number Diff line change 22
33[tool .poetry ]
44name = " idf-component-manager"
5- version = " 1.5.2 "
5+ version = " 1.5.3 "
66description = " Espressif IDF Component Manager"
77authors = []
88license = " Apache2"
You can’t perform that action at this time.
0 commit comments