Skip to content

Commit f4a682f

Browse files
committed
bump: version 3.0.1 → 3.0.2
1 parent de97162 commit f4a682f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
</div>
2121
<hr>
2222

23+
## v3.0.2 (2026-04-17)
24+
25+
### ✨ New Features
26+
27+
- add support of negation config rules *(Evgeny Torbin - 647dfd1)*
28+
29+
2330
## v3.0.1 (2026-03-19)
2431

2532
### 🐛 Bug Fixes

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__ = '3.0.1'
11+
__version__ = '3.0.2'
1212

1313
from .session_args import SessionArgs
1414

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 = "czespressif"
65-
version = "3.0.1"
65+
version = "3.0.2"
6666

6767
tag_format = "v$version"
6868
version_scheme = "pep440"

0 commit comments

Comments
 (0)