Skip to content

Commit

Permalink
Merge branch 'release_v1.5' into 'master'
Browse files Browse the repository at this point in the history
change: Update version to 1.5.0

See merge request espressif/esp-idf-monitor!74
  • Loading branch information
peterdragun committed Sep 17, 2024
2 parents 761f400 + d9f362d commit 3d1f0a7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.5.0 (2024-09-17)

### New Features

- add a common prefix for all messages originating from the monitor
- **esp-idf-monitor**: Add --open-port-attempts flag
- Add support for multiple ELF files
- **port_detection**: Filter out BT and WLAN debug serial ports on MacOS
- added auto color log feature

### Bug Fixes

- improve error message when STDIN in not attached to TTY

## v1.4.0 (2024-01-30)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion esp_idf_monitor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .base.ansi_color_converter import ANSIColorConverter # noqa: F401
from .base.ansi_color_converter import get_ansi_converter # noqa: F401

__version__ = '1.4.0'
__version__ = '1.5.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ find = {namespaces = false}
version = {attr = "esp_idf_monitor.__version__"}

[tool.commitizen]
version = "1.4.0"
version = "1.5.0"
update_changelog_on_bump = true
tag_format = "v$version"
changelog_merge_prerelease = true
Expand Down

0 comments on commit 3d1f0a7

Please sign in to comment.