File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v1.12.0 (2024-10-03)
2+
3+ ### New Features
4+
5+ - ** esp-coredump** : add esp32c61 chip support
6+
7+ ### Bug Fixes
8+
9+ - ** python3.12** : replace distutils with shutil
10+ - ** gdb** : EspGDB descrutor Thread exceptions fix
11+
112## v1.11.0 (2024-04-12)
213
314### New Features
Original file line number Diff line number Diff line change 2222 'CoreDump' ,
2323]
2424
25- __version__ = '1.11 .0'
25+ __version__ = '1.12 .0'
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ find = {namespaces = false}
6060version = {attr = " esp_coredump.__version__" }
6161
6262[tool .commitizen ]
63- version = " 1.11 .0"
63+ version = " 1.12 .0"
6464update_changelog_on_bump = true
6565tag_format = " v$version"
6666changelog_merge_prerelease = true
You can’t perform that action at this time.
0 commit comments