mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-18 08:19:24 +01:00
bump(modem): 1.4.0 -> 1.4.1
1.4.1 Bug Fixes - Remove unused kconfig (97194507) - Fix modem console dependencies (0d17f19f) - Fix CI build issues with IDFv6.0 (d65f8f69) - Address build issues (b4520660) - Fix driver dependency issue on v6.0 (26b3859c)
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.0
|
version: 1.4.1
|
||||||
version_files:
|
version_files:
|
||||||
- idf_component.yml
|
- idf_component.yml
|
||||||
|
|||||||
@@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.4.1](https://github.com/espressif/esp-protocols/commits/modem-v1.4.1)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Remove unused kconfig ([97194507](https://github.com/espressif/esp-protocols/commit/97194507))
|
||||||
|
- Fix modem console dependencies ([0d17f19f](https://github.com/espressif/esp-protocols/commit/0d17f19f))
|
||||||
|
- Fix CI build issues with IDFv6.0 ([d65f8f69](https://github.com/espressif/esp-protocols/commit/d65f8f69))
|
||||||
|
- Address build issues ([b4520660](https://github.com/espressif/esp-protocols/commit/b4520660))
|
||||||
|
- Fix driver dependency issue on v6.0 ([26b3859c](https://github.com/espressif/esp-protocols/commit/26b3859c))
|
||||||
|
|
||||||
## [1.4.0](https://github.com/espressif/esp-protocols/commits/modem-v1.4.0)
|
## [1.4.0](https://github.com/espressif/esp-protocols/commits/modem-v1.4.0)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: "1.4.0"
|
version: "1.4.1"
|
||||||
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