Skip to content

Commit fbdbef1

Browse files
update CHANGELOG
1 parent bd9241c commit fbdbef1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

23+
## v5.0.3 (2025-09-)
24+
25+
- Fix bug with rich-click 1.9 compatibility *(Daniel Reeves - bd9241c)*
26+
2327
## v5.0.2 (2025-07-30)
2428

2529
### 🐛 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.2"
34+
__version__ = "5.0.3"
3535

3636
import os
3737
import shlex

0 commit comments

Comments
 (0)