Skip to content

Commit

Permalink
change: Update version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun committed Oct 3, 2024
1 parent 1019f4a commit 7e12989
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.12.0 (2024-10-03)

### New Features

- **esp-coredump**: add esp32c61 chip support

### Bug Fixes

- **python3.12**: replace distutils with shutil
- **gdb**: EspGDB descrutor Thread exceptions fix

## v1.11.0 (2024-04-12)

### 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.11.0'
__version__ = '1.12.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ find = {namespaces = false}
version = {attr = "esp_coredump.__version__"}

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

0 comments on commit 7e12989

Please sign in to comment.