File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2121<hr >
2222
2323
24+ ## v1.8.0 (2025-09-12)
25+
26+ ### ✨ New Features
27+
28+ - Build executables and attach to GitHub release * (Peter Dragun - fb2676e)*
29+
30+ ### 🐛 Bug Fixes
31+
32+ - ** binary_log** : Fix monitor being stuck on decoding invalid binary log data * (Peter Dragun - 3b0e86c)*
33+
34+
2435## v1.7.0 (2025-07-10)
2536
2637### ✨ New Features
Original file line number Diff line number Diff line change 11from .base .ansi_color_converter import ANSIColorConverter # noqa: F401
22from .base .ansi_color_converter import get_ansi_converter # noqa: F401
33
4- __version__ = '1.7 .0'
4+ __version__ = '1.8 .0'
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ version = {attr = "esp_idf_monitor.__version__"}
7474
7575[tool .commitizen ]
7676name = " czespressif"
77- version = " 1.7 .0"
77+ version = " 1.8 .0"
7878update_changelog_on_bump = true
7979tag_format = " v$version"
8080changelog_merge_prerelease = true
You can’t perform that action at this time.
0 commit comments