mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-01 03:34:40 +02:00
1.0.4 Bug Fixes - Added USB runner with ESP32S2 with A7670 (edeb936
) - Extend docs on AT client example (1f2ceed
) - Fix pytest exclusion, gitignore, and changelog checks (2696221
) - Fix DTE to post fragments to parsers for USB term (1db1e15
) - Fix DUAL_MODE regression fromcb6e03ac
(2aada0f
) - Fix AT client example to use custom AT processing (1a5ba98
, #352)
9 lines
223 B
YAML
9 lines
223 B
YAML
---
|
|
commitizen:
|
|
bump_message: 'bump(modem): $current_version -> $new_version'
|
|
pre_bump_hooks: python ../../ci/changelog.py esp_modem
|
|
tag_format: modem-v$version
|
|
version: 1.0.4
|
|
version_files:
|
|
- idf_component.yml
|