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:
David Cermak
2025-10-13 09:54:28 +02:00
parent 9719450778
commit 07be98ebc3
3 changed files with 12 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ 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.4.0
version: 1.4.1
version_files:
- idf_component.yml

View File

@@ -1,5 +1,15 @@
# 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)
### Features

View File

@@ -1,4 +1,4 @@
version: "1.4.0"
version: "1.4.1"
description: Library for communicating with cellular modems in command and data modes
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
issues: https://github.com/espressif/esp-protocols/issues