Skip to content

Commit a1a978b

Browse files
committed
change: Update version to 1.2.0
1 parent 18e5fdb commit a1a978b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v1.2.0 (2024-09-02)
2+
3+
### New Features
4+
5+
- Add support for multiple ELF files
6+
7+
### Bug Fixes
8+
9+
- Catch exception when the ELF file is modified
10+
111
## v1.1.0 (2024-05-21)
212

313
### New Features

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.1.0'
4+
__version__ = '1.2.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.1.0"
51+
version = "1.2.0"
5252
update_changelog_on_bump = true
5353
tag_format = "v$version"
5454
changelog_merge_prerelease = true

0 commit comments

Comments
 (0)