Skip to content

Commit 26a787c

Browse files
committed
change(bump): release 1.3.0 → 1.3.1 [skip-ci]
1 parent 3cf79ea commit 26a787c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

23+
## v1.3.1 (2025-01-13)
24+
25+
### 🐛 Bug Fixes
26+
27+
- **changelog**: fix logo link in changelog header *(Tomas Sebestik - dfd72ea)*
28+
- Capitalize first letter in headings *(Peter Dragun - 174e039)*
29+
- Update shields to link directly to desired website *(Peter Dragun - 9e2c54c)*
30+
2331
## v1.3.0 (2024-10-07)
2432

2533
### ✨ 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.3.0'
5+
__version__ = '1.3.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
name = "czespressif"
8989
tag_format = "v$version"
9090
update_changelog_on_bump = true
91-
version = "1.3.0"
91+
version = "1.3.1"
9292
version_files = ["czespressif/__init__.py:__version__"]
9393
version_provider = "commitizen"
9494

0 commit comments

Comments
 (0)