Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2f5824

Browse files
committed
change: Update version to 1.4.1
1 parent d194ff1 commit d2f5824

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "1.4.0"
2+
version = "1.4.1"
33
update_changelog_on_bump = true
44
version_scheme = "semver"
55
tag_format = "v$version"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.4.1 (2024-07-16)
2+
3+
### Bug Fixes
4+
5+
- Add correct MD5 calculation with stub enabled
6+
- Remove duplicate word in logging
7+
18
## v1.4.0 (2024-07-02)
29

310
### New Features

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.4.0"
1+
version: "1.4.1"
22
description: esp-serial-flasher is a portable C library for flashing or loading apps to RAM of Espressif SoCs from other host microcontrollers
33
url: https://github.com/espressif/esp-serial-flasher
44
dependencies:

0 commit comments

Comments
 (0)