Skip to content

Commit

Permalink
change: Update version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun committed Mar 15, 2024
1 parent 3ba6bd2 commit 82d2508
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v2.2.0 (2024-03-15)

### New Features

- **kconfiglib**: Remove kconfiglib as a dependency a make it modules

### Bug Fixes

- **menuconfig**: fix menuconfig incompatibility on Win, Python 3.12

## v2.1.0 (2024-01-26)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion esp_idf_kconfig/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0
__version__ = "2.1.0"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ version = {attr = "esp_idf_kconfig.__version__"}

[tool.commitizen]
tag_format = "v$version"
version = "2.1.0"
version = "2.2.0"
changelog_merge_prerelease = true
annotated_tag = true
version_files = ["esp_idf_kconfig/__init__.py"]
Expand Down

0 comments on commit 82d2508

Please sign in to comment.