File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3131 "write_mem" ,
3232]
3333
34- __version__ = "5.0.1 "
34+ __version__ = "5.0.2 "
3535
3636import os
3737import shlex
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments