Skip to content

Commit

Permalink
bump: version 2.0.0b5 → 2.0.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Dec 18, 2023
1 parent 689a866 commit cf2c080
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v2.0.0rc0 (2023-12-18)

### Refactor

- remove useless code

### Perf

- optimize pathlib and os call

## v2.0.0b5 (2023-12-13)

### 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.0b5'
__version__ = '2.0.0rc0'

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.0b5"
version = "2.0.0rc0"
tag_format = "v$version"
version_files = [
"idf_build_apps/__init__.py",
Expand Down

0 comments on commit cf2c080

Please sign in to comment.