Skip to content

Commit

Permalink
bump: version 2.1.0 → 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Feb 2, 2024
1 parent 278a92d commit de03969
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

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

## v2.1.0 (2024-02-01)
## v2.1.1 (2024-02-02)

### Fix

- parse the manifest when folder rule is empty

## v2.1.0 (2024-02-01) (yanked)

### 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.1.0'
__version__ = '2.1.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.1.0"
version = "2.1.1"
tag_format = "v$version"
version_files = [
"idf_build_apps/__init__.py",
Expand Down

0 comments on commit de03969

Please sign in to comment.