Skip to content

Commit ebd06d3

Browse files
committed
change: Update version to 4.10.0
1 parent 763d74d commit ebd06d3

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v4.10.0 (2025-09-16)
2+
3+
### New Features
4+
5+
- **espefuse**: Support ESP32-P4 ECO5 (v3.0)
6+
- **esp32p4**: Add support for ESP32-P4.ECO5
7+
- **esp32c5**: Add support for >16 MB flash sizes
8+
- **espefuse**: Add custom key purposes for ESP32C6/C5/P4
9+
- **espefuse**: Support burning ECDSA_384 keys
10+
- **espefuse**: Clean up limitation for BLOCK9 usage
11+
- **espefuse**: Adds support for burning 512-bit keys for C5
12+
13+
### Bug Fixes
14+
15+
- **espefuse**: Fixes re-connection issue in check-error via UJS port
16+
- **write_flash**: Make write flash mem independent
17+
- Use correct error codes for ROM errors
18+
- **elf2image**: Handle ELF files with zero program header counts
19+
- **espefuse**: Disable programming and usage of XTS-AES-256 efuse key for ESP32-C5
20+
- **esp32c5**: Erase during flashing above 16MB
21+
- **espsecure**: Add support for python-pkcs11 9.0+
22+
123
## v4.9.1 (2025-07-30)
224

325
### Bug Fixes

esptool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"write_mem",
3030
]
3131

32-
__version__ = "4.9.1"
32+
__version__ = "4.10.0"
3333

3434
import argparse
3535
import inspect

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
version = {attr = "esptool.__init__.__version__"}
7777

7878
[tool.commitizen]
79-
version = "4.9.1"
79+
version = "4.10.0"
8080
update_changelog_on_bump = true
8181
tag_format = "v$version"
8282
changelog_start_rev = "v4.2.1"

0 commit comments

Comments
 (0)