Skip to content

Commit

Permalink
bump: version 2.0.0 → 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Jan 15, 2024
1 parent 5707dd2 commit 70a1372
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## v2.0.1 (2024-01-15)

### Fix

- wrongly skipped the build when `depends_filepatterns` matched but no component modified

## v2.0.0 (2024-01-11)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion idf_build_apps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ruff: noqa: E402
# avoid circular imports

__version__ = '2.0.0'
__version__ = '2.0.1'

from .session_args import (
SessionArgs,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ idf-build-apps = "idf_build_apps:main.main"

[tool.commitizen]
name = "cz_conventional_commits"
version = "2.0.0"
version = "2.0.1"
tag_format = "v$version"
version_files = [
"idf_build_apps/__init__.py",
Expand Down

0 comments on commit 70a1372

Please sign in to comment.