We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37efb92 commit 8ae73d0Copy full SHA for 8ae73d0
CHANGELOG.md
@@ -1,4 +1,8 @@
1
-## Unreleased
+## v1.10.0 (2024-01-10)
2
+
3
+### New Features
4
5
+- **esp-coredump**: add esp32p4 chip support
6
7
## v1.9.0 (2023-12-06)
8
pyproject.toml
@@ -57,7 +57,7 @@ find = {namespaces = false}
57
version = {attr = "esp_coredump.__version__"}
58
59
[tool.commitizen]
60
-version = "1.9.0"
+version = "1.10.0"
61
update_changelog_on_bump = true
62
tag_format = "v$version"
63
changelog_merge_prerelease = true
0 commit comments