Skip to content

Commit 4d286aa

Browse files
committed
Merge branch 'bump/2.0.0rc2' into 'main'
change: bump version from v2.0.0rc1 to v2.0.0rc2 See merge request espressif/idf-component-manager!425
2 parents 53046b5 + f8ebc3c commit 4d286aa

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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+
## v2.0.0rc2 (2024-08-09)
11+
12+
### Fix
13+
14+
- manifest dump always adds empty fields
15+
- remove redundant option --namespace from component pack CLI
16+
- pack and upload components without manifests
17+
- Fix login command with non-existing directory
18+
- union of constraints of unequal clauses
19+
- Wrong version returned by `compote version`
20+
- Add upload mode to the pack_component
21+
1022
## v2.0.0rc1 (2024-08-05)
1123

1224
### Feat

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__ = '2.0.0rc1'
5+
__version__ = '2.0.0rc2'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = [
1010

1111
[project]
1212
name = "idf-component-manager"
13-
version = "2.0.0rc1"
13+
version = "2.0.0rc2"
1414
authors = [
1515
{ name = "Sergei Silnov", email = "[email protected]" },
1616
{ name = "Fu Hanxi", email = "[email protected]" },

0 commit comments

Comments
 (0)