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 a4f5033 commit 0a44b73Copy full SHA for 0a44b73
.cz.toml
@@ -1,5 +1,5 @@
1
[tool.commitizen]
2
-version = "1.6.0"
+version = "1.6.1"
3
update_changelog_on_bump = true
4
version_scheme = "semver"
5
tag_format = "v$version"
CHANGELOG.md
@@ -1,3 +1,9 @@
+## v1.6.1 (2024-10-15)
+
+### Bug Fixes
+- Fix ESP32-H2 flash detection
6
7
## v1.6.0 (2024-09-26)
8
9
### New Features
idf_component.yml
@@ -1,4 +1,4 @@
-version: "1.6.0"
+version: "1.6.1"
description: esp-serial-flasher is a portable C library for flashing or loading apps to RAM of Espressif SoCs from other host microcontrollers
url: https://github.com/espressif/esp-serial-flasher
dependencies:
0 commit comments