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 d732c5b commit 93e4befCopy full SHA for 93e4bef
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.6.1 (2025-04-28)
2
+
3
+### Bug Fixes
4
5
+- respect build directory in idf extension
6
+- Remove printed traceback in case of failure
7
+- check Espressif clang on system
8
+- normalize path regex
9
10
## v0.6.0 (2024-12-02)
11
12
### New Features
pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
-version = "0.6.0"
+version = "0.6.1"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_merge_prerelease = true
0 commit comments