Skip to content

Commit 605c80b

Browse files
committed
change: Update version to 5.0.2
1 parent 1f1ea9a commit 605c80b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

23+
## v5.0.2 (2025-07-30)
24+
25+
### 🐛 Bug Fixes
26+
27+
- **esp32-c3**: Disable flasher stub when Secure Boot is active *(Radim Karniš - 1f1ea9a)*
28+
- **esp32-s3**: Allow stub flasher execution with active Secure Boot *(Radim Karniš - 7ba285b)*
29+
- **espefuse**: Handle error in burn-efuse command when no arguments are provided *(Peter Dragun - 0f32306)*
30+
- Fix buffering issues with CP2102 converter causing connection failures *(Jaroslav Burian - 5338ea0)*
31+
- Fix compatibility with Click 8.2.0+ *(Peter Dragun - 524825e)*
32+
- Fix --port-filter argument parsing *(Peter Dragun - b53a16c)*
33+
34+
### 🔧 Code Refactoring
35+
36+
- **elf2image**: Use common MMU page size configuration function for ESP32-H4 *(Jaroslav Burian - 977ff44)*
37+
38+
2339
## v5.0.1 (2025-07-15)
2440

2541
### 🐛 Bug Fixes

esptool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"write_mem",
3232
]
3333

34-
__version__ = "5.0.1"
34+
__version__ = "5.0.2"
3535

3636
import os
3737
import shlex

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
[tool.commitizen]
8080
name = "czespressif"
81-
version = "5.0.1"
81+
version = "5.0.2"
8282
update_changelog_on_bump = true
8383
tag_format = "v$version"
8484
changelog_start_rev = "v4.2.1"

0 commit comments

Comments
 (0)