Skip to content

Commit 4b86b67

Browse files
committed
bump: version 2.6.3 → 2.6.4
1 parent 5ce2a49 commit 4b86b67

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## v2.6.4 (2025-02-14)
6+
7+
### Fix
8+
9+
- collect file not created when no apps built
10+
511
## v2.6.3 (2025-02-11)
612

713
### Fix

idf_build_apps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ruff: noqa: E402
99
# avoid circular imports
1010

11-
__version__ = '2.6.3'
11+
__version__ = '2.6.4'
1212

1313
from .session_args import (
1414
SessionArgs,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ idf-build-apps = "idf_build_apps:main.main"
6262

6363
[tool.commitizen]
6464
name = "cz_conventional_commits"
65-
version = "2.6.3"
65+
version = "2.6.4"
6666
tag_format = "v$version"
6767
version_files = [
6868
"idf_build_apps/__init__.py",

0 commit comments

Comments
 (0)