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 d194ff1 commit d2f5824Copy full SHA for d2f5824
.cz.toml
@@ -1,5 +1,5 @@
1
[tool.commitizen]
2
-version = "1.4.0"
+version = "1.4.1"
3
update_changelog_on_bump = true
4
version_scheme = "semver"
5
tag_format = "v$version"
CHANGELOG.md
@@ -1,3 +1,10 @@
+## v1.4.1 (2024-07-16)
+
+### Bug Fixes
+- Add correct MD5 calculation with stub enabled
6
+- Remove duplicate word in logging
7
8
## v1.4.0 (2024-07-02)
9
10
### New Features
idf_component.yml
@@ -1,4 +1,4 @@
-version: "1.4.0"
+version: "1.4.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