diff --git a/CHANGELOG.md b/CHANGELOG.md index 416db3e..7bba05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 1cd8d6f..4d7e8cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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