Skip to content

Commit db76c6e

Browse files
committed
change(bump): release 1.2.0 → 1.3.0 [skip-ci]
1 parent 81407df commit db76c6e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
</div>
1515
<hr>
1616

17+
## v1.3.0 (2024-10-07)
18+
19+
### ✨ New features
20+
21+
- **pre-commit**: run in pre-push stage *(Fu Hanxi - 11c2d0a)*
22+
23+
### 🐛 Bug fixes
24+
25+
- pre-commit entry to support custom args *(Fu Hanxi - 36c6c4a)*
26+
1727
## v1.2.0 (2024-10-02)
1828

1929
### ✨ New features
@@ -32,6 +42,8 @@
3242

3343
- **python-3.9**: refactor syntax and typing for python 3.9 *(Tomas Sebestik - e5a83c6)*
3444

45+
---
46+
3547
## v1.1.0 (2024-09-24)
3648

3749
### ✨ New features

czespressif/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['CzPluginEspressif']
44

5-
__version__ = '1.2.0'
5+
__version__ = '1.3.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@
103103
name = "czespressif"
104104
tag_format = "v$version"
105105
update_changelog_on_bump = true
106-
version = "1.2.0"
106+
version = "1.3.0"
107107
version_files = ["czespressif/__init__.py:__version__"]
108108
version_provider = "commitizen"

0 commit comments

Comments
 (0)