Skip to content

Commit

Permalink
change: Update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Fiala committed Dec 2, 2024
1 parent 2de4c45 commit 92a7dd6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.6.0 (2024-12-02)

### New Features

- drop support for ESP-IDF v4.4 and Python 3.6

### Bug Fixes

- Windows - run-clang-tidy.py not found in your PATH
- update codereport version to allow usage of pygments 2.12+

## v0.5.0 (2024-09-02)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.5.0"
version = "0.6.0"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_merge_prerelease = true
Expand Down

0 comments on commit 92a7dd6

Please sign in to comment.