Skip to content

Commit bc09703

Browse files
committed
change: Update version to 1.6.2
1 parent de0ba9c commit bc09703

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.6.1"
2+
version = "1.6.2"
33
update_changelog_on_bump = true
44
version_scheme = "semver"
55
tag_format = "v$version"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.6.2 (2024-10-18)
2+
3+
### Bug Fixes
4+
5+
- Fix the ESP USB CDC ACM port read return value
6+
17
## v1.6.1 (2024-10-15)
28

39
### Bug Fixes

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.6.1"
1+
version: "1.6.2"
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)