Skip to content

Commit 93e4bef

Browse files
author
Marek Fiala
committed
change: Update version to 0.6.1
1 parent d732c5b commit 93e4bef

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## v0.6.0 (2024-12-02)
211

312
### New Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.commitizen]
33
name = "cz_conventional_commits"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
tag_format = "v$version"
66
update_changelog_on_bump = true
77
changelog_merge_prerelease = true

0 commit comments

Comments
 (0)