Skip to content

Commit 9dfe06e

Browse files
committed
change: Update version to 1.2.1
1 parent 641a7ec commit 9dfe06e

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.2.1 (2024-09-03)
2+
3+
### Bug Fixes
4+
5+
- PcAddressMatcher for single elf file
6+
17
## v1.2.0 (2024-09-02)
28

39
### 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.2.0'
4+
__version__ = '1.2.1'

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.0"
51+
version = "1.2.1"
5252
update_changelog_on_bump = true
5353
tag_format = "v$version"
5454
changelog_merge_prerelease = true

0 commit comments

Comments
 (0)