Skip to content

Commit

Permalink
change(bump): release 1.2.0 → 1.3.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Oct 7, 2024
1 parent 81407df commit db76c6e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
</div>
<hr>

## v1.3.0 (2024-10-07)

### ✨ New features

- **pre-commit**: run in pre-push stage *(Fu Hanxi - 11c2d0a)*

### 🐛 Bug fixes

- pre-commit entry to support custom args *(Fu Hanxi - 36c6c4a)*

## v1.2.0 (2024-10-02)

### ✨ New features
Expand All @@ -32,6 +42,8 @@

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

---

## v1.1.0 (2024-09-24)

### ✨ New features
Expand Down
2 changes: 1 addition & 1 deletion czespressif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ['CzPluginEspressif']

__version__ = '1.2.0'
__version__ = '1.3.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
name = "czespressif"
tag_format = "v$version"
update_changelog_on_bump = true
version = "1.2.0"
version = "1.3.0"
version_files = ["czespressif/__init__.py:__version__"]
version_provider = "commitizen"

0 comments on commit db76c6e

Please sign in to comment.