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 20211fd commit d6c4c8cCopy full SHA for d6c4c8c
.cz.toml
@@ -1,5 +1,5 @@
1
[tool.commitizen]
2
-version = "1.3.1"
+version = "1.4.0"
3
update_changelog_on_bump = true
4
version_scheme = "semver"
5
tag_format = "v$version"
CHANGELOG.md
@@ -1,3 +1,13 @@
+## v1.4.0 (2024-07-02)
+
+### New Features
+- Add stub-support
6
7
+### Bug Fixes
8
9
+- Fix MD5 option handling
10
11
## v1.3.1 (2024-06-26)
12
13
### Bug Fixes
idf_component.yml
@@ -1,4 +1,4 @@
-version: "1.3.1"
+version: "1.4.0"
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