Skip to content

Commit

Permalink
change: bump version from v2.0.0rc1 to v2.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
kumekay committed Aug 9, 2024
1 parent 53046b5 commit f8ebc3c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ 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.0.0rc2 (2024-08-09)

### Fix

- manifest dump always adds empty fields
- remove redundant option --namespace from component pack CLI
- pack and upload components without manifests
- Fix login command with non-existing directory
- union of constraints of unequal clauses
- Wrong version returned by `compote version`
- Add upload mode to the pack_component

## v2.0.0rc1 (2024-08-05)

### Feat
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.0.0rc1'
__version__ = '2.0.0rc2'
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.0.0rc1"
version = "2.0.0rc2"
authors = [
{ name = "Sergei Silnov", email = "[email protected]" },
{ name = "Fu Hanxi", email = "[email protected]" },
Expand Down

0 comments on commit f8ebc3c

Please sign in to comment.