Skip to content

Commit 7e12989

Browse files
committed
change: Update version to 1.12.0
1 parent 1019f4a commit 7e12989

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

esp_coredump/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
'CoreDump',
2323
]
2424

25-
__version__ = '1.11.0'
25+
__version__ = '1.12.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ find = {namespaces = false}
6060
version = {attr = "esp_coredump.__version__"}
6161

6262
[tool.commitizen]
63-
version = "1.11.0"
63+
version = "1.12.0"
6464
update_changelog_on_bump = true
6565
tag_format = "v$version"
6666
changelog_merge_prerelease = true

0 commit comments

Comments
 (0)