Skip to content

Commit 996eef4

Browse files
committed
Merge branch 'release_1_9_0' into 'master'
change: Update version to 1.9.0 See merge request espressif/esp-idf-monitor!104
2 parents 823b682 + 8886463 commit 996eef4

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@
2121
<hr>
2222

2323

24+
## v1.9.0 (2026-01-05)
25+
26+
### ✨ New Features
27+
28+
- **monitor_secure_exec**: Support executing CLI commands from monitor logs *(Konstantin Kondrashov - ebf5699)*
29+
- **port_detection**: Filter out debug console serial port on MacOS *(Jaroslav Burian - 931856d)*
30+
- Add 'idf-monitor' as a script for easier standalone usage *(Peter Dragun - 0b41ece)*
31+
32+
### 📖 Documentation
33+
34+
- Add instructions for standalone usage *(Peter Dragun - fb1fcb9)*
35+
36+
2437
## v1.8.0 (2025-09-12)
2538

2639
### ✨ New Features

esp_idf_monitor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .base.ansi_color_converter import ANSIColorConverter # noqa: F401
22
from .base.ansi_color_converter import get_ansi_converter # noqa: F401
33

4-
__version__ = '1.8.0'
4+
__version__ = '1.9.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ version = {attr = 'esp_idf_monitor.__version__'}
7979

8080
[tool.commitizen]
8181
name = 'czespressif'
82-
version = '1.8.0'
82+
version = "1.9.0"
8383
update_changelog_on_bump = true
8484
tag_format = 'v$version'
8585
changelog_merge_prerelease = true

0 commit comments

Comments
 (0)