We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fce963 commit 2624a36Copy full SHA for 2624a36
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.5.0 (2024-09-02)
2
+
3
+### New Features
4
5
+- add warning for ESP-IDF actions if IDF_TOOLCHAIN is not set to clang
6
7
## v0.4.2 (2023-10-16)
8
9
### Fix
pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
-version = "0.4.2"
+version = "0.5.0"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_merge_prerelease = true
0 commit comments