Skip to content

Commit

Permalink
bump: version 2.5.0rc1 → 2.5.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Sep 23, 2024
1 parent be9187b commit 4123726
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v2.5.0rc2 (2024-09-23)

### Fix

- chdir to tmp_path at the beginning of each test case
- load config before cli args and func args
- pickle dump default protocal different in python 3.7
- keep backward compatibility in build_apps function

## v2.5.0rc1 (2024-09-17)

### Fix
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.5.0rc1'
__version__ = '2.5.0rc2'

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.5.0rc1"
version = "2.5.0rc2"
tag_format = "v$version"
version_files = [
"idf_build_apps/__init__.py",
Expand Down

0 comments on commit 4123726

Please sign in to comment.