Skip to content

Commit 07be98e

Browse files
committed
bump(modem): 1.4.0 -> 1.4.1
1.4.1 Bug Fixes - Remove unused kconfig (9719450) - Fix modem console dependencies (0d17f19) - Fix CI build issues with IDFv6.0 (d65f8f6) - Address build issues (b452066) - Fix driver dependency issue on v6.0 (26b3859)
1 parent 9719450 commit 07be98e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

components/esp_modem/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(modem): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py esp_modem
55
tag_format: modem-v$version
6-
version: 1.4.0
6+
version: 1.4.1
77
version_files:
88
- idf_component.yml

components/esp_modem/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/espressif/esp-protocols/commits/modem-v1.4.1)
4+
5+
### Bug Fixes
6+
7+
- Remove unused kconfig ([97194507](https://github.com/espressif/esp-protocols/commit/97194507))
8+
- Fix modem console dependencies ([0d17f19f](https://github.com/espressif/esp-protocols/commit/0d17f19f))
9+
- Fix CI build issues with IDFv6.0 ([d65f8f69](https://github.com/espressif/esp-protocols/commit/d65f8f69))
10+
- Address build issues ([b4520660](https://github.com/espressif/esp-protocols/commit/b4520660))
11+
- Fix driver dependency issue on v6.0 ([26b3859c](https://github.com/espressif/esp-protocols/commit/26b3859c))
12+
313
## [1.4.0](https://github.com/espressif/esp-protocols/commits/modem-v1.4.0)
414

515
### Features

components/esp_modem/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.4.0"
1+
version: "1.4.1"
22
description: Library for communicating with cellular modems in command and data modes
33
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
44
issues: https://github.com/espressif/esp-protocols/issues

0 commit comments

Comments
 (0)