Skip to content

Commit

Permalink
change: Update version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun committed Apr 12, 2024
1 parent bea89e3 commit 151ca80
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v1.11.0 (2024-04-12)

### New Features

- **esp-coredump**: add esp32c5 chip support
- make serial port arg optional

### Bug Fixes

- add cli option to pass partition table offset
- **coredump**: handle value errors when parsing TCB variable

### Performance Improvements

- **loader**: always use esptool to load coredump from flash

## v1.10.0 (2024-01-10)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion esp_coredump/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
'CoreDump',
]

__version__ = '1.10.0'
__version__ = '1.11.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ find = {namespaces = false}
version = {attr = "esp_coredump.__version__"}

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

0 comments on commit 151ca80

Please sign in to comment.