Skip to content

Commit 13a8447

Browse files
committed
Merge branch 'bump_1_13_0' into 'master'
change: Update version to 1.3.0 See merge request espressif/esp-idf-panic-decoder!15
2 parents 5c88a95 + 0a8c83d commit 13a8447

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.3.0 (2025-03-07)
2+
3+
### New Features
4+
5+
- Add support for esp32h21 and esp32h4 targets
6+
17
## v1.2.1 (2024-09-03)
28

39
### Bug Fixes

esp_idf_panic_decoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from esp_idf_panic_decoder.pc_address_decoder import PcAddressDecoder # noqa: F401
22
from esp_idf_panic_decoder.panic_output_decoder import PanicOutputDecoder # noqa: F401
33

4-
__version__ = '1.2.1'
4+
__version__ = '1.3.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ packages = ["esp_idf_panic_decoder"]
4848
version = {attr = "esp_idf_panic_decoder.__version__"}
4949

5050
[tool.commitizen]
51-
version = "1.2.1"
51+
version = "1.3.0"
5252
update_changelog_on_bump = true
5353
tag_format = "v$version"
5454
changelog_merge_prerelease = true

0 commit comments

Comments
 (0)