Skip to content

Commit

Permalink
change: Update version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun committed Jul 23, 2024
1 parent 89ce908 commit d0d77c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.4.3 (2024-07-23)

### Bug Fixes

- **kconfgen**: Improve error message for int/hex without default

## v1.4.2 (2024-01-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion esp_idf_kconfig/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.2"
__version__ = "1.4.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ version = {attr = "esp_idf_kconfig.__version__"}

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

0 comments on commit d0d77c1

Please sign in to comment.