Skip to content

Commit 81ac6b8

Browse files
committed
change: Update version to 4.9.1
1 parent a03158c commit 81ac6b8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v4.9.1 (2025-07-30)
2+
3+
### Bug Fixes
4+
5+
- **esp32-c3**: Disable flasher stub when Secure Boot is active
6+
- **esp32-s3**: Allow stub flasher execution with active Secure Boot
7+
- Fix buffering issues with CP2102 converter causing connection failures
8+
- **elf2image**: Add support for ESP32-H4 MMU page size configuration
9+
- **elf2image**: validate ELF section types and addresses before processing
10+
- **elf2image**: handle PREINIT_ARRAY section type in ESP32-P4 elf file properly
11+
- enable auto-detection of ESP32-S2 in secure download mode
12+
- enable ESP32-P4 ECO5 chip detection
13+
114
## v4.9.0 (2025-06-19)
215

316
### New Features

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.0"
32+
__version__ = "4.9.1"
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.0"
79+
version = "4.9.1"
8080
update_changelog_on_bump = true
8181
tag_format = "v$version"
8282
changelog_start_rev = "v4.2.1"

0 commit comments

Comments
 (0)