Skip to content

Commit 77a994b

Browse files
committed
change: Update version to 1.10.0
1 parent d66994e commit 77a994b

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "czespressif"
3-
version = "1.9.0"
3+
version = "1.10.0"
44
update_changelog_on_bump = true
55
tag_format = "v$version"
66
changelog_merge_prerelease = true

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,28 @@
2020
</div>
2121
<hr>
2222

23+
## v1.10.0 (2025-09-25)
24+
25+
### ✨ New Features
26+
27+
- Add support for communication via CP210x and CH34x serial converters *(Jaroslav Burian - 8c67fdc)*
28+
- Add support for USB CDC ACM for ESP32-P4 as a host *(Jaroslav Burian - e6e5282)*
29+
30+
### 🐛 Bug Fixes
31+
32+
- **esp32c2**: Fix transmission rate change for ESP32-C2 with 26 MHz crystal *(Jaroslav Burian - bb5bc52)*
33+
- **esp32c2**: Add missing magic value of new ECO4 *(Jaroslav Burian - 468221a)*
34+
35+
### 📖 Documentation
36+
37+
- Better unify example README files and remove explicit references to ESP32 as a target *(Jaroslav Burian - a70404c)*
38+
- Create new strucured documentation with separated files for each topic *(Jaroslav Burian - 86e49eb)*
39+
40+
### 🔧 Code Refactoring
41+
42+
- Update driver dependency *(Chen Chen - 610873b)*
43+
44+
2345
## v1.9.0 (2025-07-21)
2446

2547
### ✨ 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.9.0"
1+
version: "1.10.0"
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)