mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-15 23:09:27 +01:00
Merge pull request #934 from david-cermak/bump/modem_1.4.2
[modem]: Release `v1.4.2`
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.4.1
|
version: 1.4.2
|
||||||
version_files:
|
version_files:
|
||||||
- idf_component.yml
|
- idf_component.yml
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.4.2](https://github.com/espressif/esp-protocols/commits/modem-v1.4.2)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- CEREG parsing fails due to incorrect state index ([a80a3cbb](https://github.com/espressif/esp-protocols/commit/a80a3cbb))
|
||||||
|
|
||||||
## [1.4.1](https://github.com/espressif/esp-protocols/commits/modem-v1.4.1)
|
## [1.4.1](https://github.com/espressif/esp-protocols/commits/modem-v1.4.1)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: "1.4.1"
|
version: "1.4.2"
|
||||||
description: Library for communicating with cellular modems in command and data modes
|
description: Library for communicating with cellular modems in command and data modes
|
||||||
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
|
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
|
||||||
issues: https://github.com/espressif/esp-protocols/issues
|
issues: https://github.com/espressif/esp-protocols/issues
|
||||||
|
|||||||
Reference in New Issue
Block a user