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 20
20
</div >
21
21
<hr >
22
22
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
+
23
39
## v5.0.1 (2025-07-15)
24
40
25
41
### 🐛 Bug Fixes
Original file line number Diff line number Diff line change 31
31
"write_mem" ,
32
32
]
33
33
34
- __version__ = "5.0.1 "
34
+ __version__ = "5.0.2 "
35
35
36
36
import os
37
37
import shlex
Original file line number Diff line number Diff line change 78
78
79
79
[tool .commitizen ]
80
80
name = " czespressif"
81
- version = " 5.0.1 "
81
+ version = " 5.0.2 "
82
82
update_changelog_on_bump = true
83
83
tag_format = " v$version"
84
84
changelog_start_rev = " v4.2.1"
You can’t perform that action at this time.
0 commit comments