Skip to content

Commit 7ca8a0f

Browse files
committed
change: Update version to 1.14.0
1 parent c7513cb commit 7ca8a0f

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.14.0 (2025-07-28)
24+
25+
### ✨ New Features
26+
27+
- add sha256 header format v2.2 *(Erhan Kurubas - 9141be0)*
28+
- Add ESP32-H4 and ESP32-H21 supports *(Erhan Kurubas - 01a6eab)*
29+
30+
2331
## v1.13.1 (2025-02-03)
2432

2533

esp_coredump/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
'CoreDump',
2323
]
2424

25-
__version__ = '1.13.1'
25+
__version__ = '1.14.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ version = {attr = "esp_coredump.__version__"}
6363

6464
[tool.commitizen]
6565
name = "czespressif"
66-
version = "1.13.1"
66+
version = "1.14.0"
6767
update_changelog_on_bump = true
6868
tag_format = "v$version"
6969
changelog_merge_prerelease = true

0 commit comments

Comments
 (0)