mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
bump(modem): 1.0.2 -> 1.0.3
1.0.3 Bug Fixes - Fix to allow MSC frame (SIM800 CMUX) after v1.0.2 (8d5947e
, #366) - Add CMUX example to target tests (4f2ebaa
)
This commit is contained in:
@ -3,6 +3,6 @@ commitizen:
|
|||||||
bump_message: 'bump(modem): $current_version -> $new_version'
|
bump_message: 'bump(modem): $current_version -> $new_version'
|
||||||
pre_bump_hooks: python ../../ci/changelog.py esp_modem
|
pre_bump_hooks: python ../../ci/changelog.py esp_modem
|
||||||
tag_format: modem-v$version
|
tag_format: modem-v$version
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
version_files:
|
version_files:
|
||||||
- idf_component.yml
|
- idf_component.yml
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.3](https://github.com/espressif/esp-protocols/commits/modem-v1.0.3)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Fix to allow MSC frame (SIM800 CMUX) after v1.0.2 ([8d5947e](https://github.com/espressif/esp-protocols/commit/8d5947e), [#366](https://github.com/espressif/esp-protocols/issues/366))
|
||||||
|
- Add CMUX example to target tests ([4f2ebaa](https://github.com/espressif/esp-protocols/commit/4f2ebaa))
|
||||||
|
|
||||||
## [1.0.2](https://github.com/espressif/esp-protocols/commits/modem-v1.0.2)
|
## [1.0.2](https://github.com/espressif/esp-protocols/commits/modem-v1.0.2)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: "1.0.2"
|
version: "1.0.3"
|
||||||
description: esp modem
|
description: esp modem
|
||||||
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
|
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Reference in New Issue
Block a user