Skip to content

Commit

Permalink
change: Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun committed Sep 2, 2024
1 parent 18e5fdb commit a1a978b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.2.0 (2024-09-02)

### New Features

- Add support for multiple ELF files

### Bug Fixes

- Catch exception when the ELF file is modified

## v1.1.0 (2024-05-21)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion esp_idf_panic_decoder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from esp_idf_panic_decoder.pc_address_decoder import PcAddressDecoder # noqa: F401
from esp_idf_panic_decoder.panic_output_decoder import PanicOutputDecoder # noqa: F401

__version__ = '1.1.0'
__version__ = '1.2.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ packages = ["esp_idf_panic_decoder"]
version = {attr = "esp_idf_panic_decoder.__version__"}

[tool.commitizen]
version = "1.1.0"
version = "1.2.0"
update_changelog_on_bump = true
tag_format = "v$version"
changelog_merge_prerelease = true
Expand Down

0 comments on commit a1a978b

Please sign in to comment.