Skip to content

Commit 5eeb29c

Browse files
committed
bump(modem): 1.3.0 -> 1.4.0
1.4.0 Features - added config_edrx api function (74b7d85) - added sqn_gm02s connect function (b97dfc0) - add support for sequans GM02S modem (8560f02) Bug Fixes - Fix cmux log message (6ed672d) - fixed minor code mistakes. (317faf8) - handle nullptr in DTE constructors to prevent invalid access (95b5660)
1 parent a00117f commit 5eeb29c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

components/esp_modem/.cz.yaml

+1-1
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.3.0
6+
version: 1.4.0
77
version_files:
88
- idf_component.yml

components/esp_modem/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/espressif/esp-protocols/commits/modem-v1.4.0)
4+
5+
### Features
6+
7+
- added config_edrx api function ([74b7d85d](https://github.com/espressif/esp-protocols/commit/74b7d85d))
8+
- added sqn_gm02s connect function ([b97dfc08](https://github.com/espressif/esp-protocols/commit/b97dfc08))
9+
- add support for sequans GM02S modem ([8560f021](https://github.com/espressif/esp-protocols/commit/8560f021))
10+
11+
### Bug Fixes
12+
13+
- Fix cmux log message ([6ed672da](https://github.com/espressif/esp-protocols/commit/6ed672da))
14+
- fixed minor code mistakes. ([317faf89](https://github.com/espressif/esp-protocols/commit/317faf89))
15+
- handle nullptr in DTE constructors to prevent invalid access ([95b56600](https://github.com/espressif/esp-protocols/commit/95b56600))
16+
317
## [1.3.0](https://github.com/espressif/esp-protocols/commits/modem-v1.3.0)
418

519
### Features

components/esp_modem/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.3.0"
1+
version: "1.4.0"
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)