Skip to content

Commit

Permalink
change(bump): release 1.3.0 → 1.3.1 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Jan 13, 2025
1 parent 3cf79ea commit 26a787c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
</div>
<hr>

## v1.3.1 (2025-01-13)

### 🐛 Bug Fixes

- **changelog**: fix logo link in changelog header *(Tomas Sebestik - dfd72ea)*
- Capitalize first letter in headings *(Peter Dragun - 174e039)*
- Update shields to link directly to desired website *(Peter Dragun - 9e2c54c)*

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

### ✨ 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.3.0'
__version__ = '1.3.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
name = "czespressif"
tag_format = "v$version"
update_changelog_on_bump = true
version = "1.3.0"
version = "1.3.1"
version_files = ["czespressif/__init__.py:__version__"]
version_provider = "commitizen"

Expand Down

0 comments on commit 26a787c

Please sign in to comment.