Skip to content

Commit 5de2d83

Browse files
committed
change: Update version to 1.7.0
1 parent e173ddd commit 5de2d83

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.7.0 (2025-07-10)
25+
26+
### ✨ New Features
27+
28+
- **binlog**: Handle PC address in line for binlog *(Konstantin Kondrashov - 11ab615)*
29+
- Improved addr2line output formatting *(Nebojsa Cvetkovic - d8932f3)*
30+
31+
### 🐛 Bug Fixes
32+
33+
- Add error message for Linux monitor when no ELF files are found *(Peter Dragun - c2bc767)*
34+
- Update line matcher regex to handle all timestamp formats *(Peter Dragun - 74e6fb3)*
35+
36+
2437
## v1.6.2 (2025-04-09)
2538

2639
### 🐛 Bug Fixes

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.6.2'
4+
__version__ = '1.7.0'

pyproject.toml

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

7575
[tool.commitizen]
7676
name = "czespressif"
77-
version = "1.6.2"
77+
version = "1.7.0"
7878
update_changelog_on_bump = true
7979
tag_format = "v$version"
8080
changelog_merge_prerelease = true

0 commit comments

Comments
 (0)