mirror of
https://github.com/espressif/esptool.git
synced 2025-10-14 02:43:11 +08:00
change: Update version to 5.0.2
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -20,6 +20,22 @@
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
## v5.0.2 (2025-07-30)
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- **esp32-c3**: Disable flasher stub when Secure Boot is active *(Radim Karniš - 1f1ea9a)*
|
||||
- **esp32-s3**: Allow stub flasher execution with active Secure Boot *(Radim Karniš - 7ba285b)*
|
||||
- **espefuse**: Handle error in burn-efuse command when no arguments are provided *(Peter Dragun - 0f32306)*
|
||||
- Fix buffering issues with CP2102 converter causing connection failures *(Jaroslav Burian - 5338ea0)*
|
||||
- Fix compatibility with Click 8.2.0+ *(Peter Dragun - 524825e)*
|
||||
- Fix --port-filter argument parsing *(Peter Dragun - b53a16c)*
|
||||
|
||||
### 🔧 Code Refactoring
|
||||
|
||||
- **elf2image**: Use common MMU page size configuration function for ESP32-H4 *(Jaroslav Burian - 977ff44)*
|
||||
|
||||
|
||||
## v5.0.1 (2025-07-15)
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
@@ -31,7 +31,7 @@ __all__ = [
|
||||
"write_mem",
|
||||
]
|
||||
|
||||
__version__ = "5.0.1"
|
||||
__version__ = "5.0.2"
|
||||
|
||||
import os
|
||||
import shlex
|
||||
|
@@ -78,7 +78,7 @@
|
||||
|
||||
[tool.commitizen]
|
||||
name = "czespressif"
|
||||
version = "5.0.1"
|
||||
version = "5.0.2"
|
||||
update_changelog_on_bump = true
|
||||
tag_format = "v$version"
|
||||
changelog_start_rev = "v4.2.1"
|
||||
|
Reference in New Issue
Block a user