Skip to content

Commit

Permalink
change: bump version from v1.5.2 to v2.0.0-dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
XDanielPaul committed May 17, 2024
1 parent b543e18 commit fa19bf7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ 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.0-dev0 (2024-05-17)

### Feat

- add esp32c61 to the list of known targets
- Drop support of Python 2.7

### Fix

- Handle missing files/broken symlinks when calculating hash
- fix the order of managed_components

### Refactor

- rewrite with pydantic
- Change comment types to regular ones
- Replace format() with f-strings

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

### 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.2'
__version__ = '2.0.0-dev0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.7,<4.0"

[tool.poetry]
name = "idf-component-manager"
version = "1.5.2"
version = "2.0.0-dev0"
description = "Espressif IDF Component Manager"
authors = [
"Sergei Silnov <[email protected]>",
Expand Down

0 comments on commit fa19bf7

Please sign in to comment.