Skip to content

Commit

Permalink
change: Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun committed May 21, 2024
1 parent 76d345b commit 6b2493b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Unreleased
## v1.1.0 (2024-05-21)

### New Features

- add support for esp32c61
- add support for esp32c5

## v1.0.1 (2023-12-08)

## v1.0.0 (2023-12-05)

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.0.1'
__version__ = '1.1.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.0.1"
version = "1.1.0"
update_changelog_on_bump = true
tag_format = "v$version"
changelog_merge_prerelease = true
Expand Down

0 comments on commit 6b2493b

Please sign in to comment.