Skip to content

Commit 5eadf1e

Browse files
committed
bump(modem): 1.2.0 -> 1.2.1
1.2.1 Bug Fixes - Use higher GPIO range to support new chips (428fdbb, espressif#558) - Remove tests and support for IDFv4.4, added IDFv5.4 (433a033) - Fix typo GENETIC -> GENERIC in mode types (090b1ff, espressif#667) - Add support for URC handler into C-API (295d99d, espressif#180)
1 parent 428fdbb commit 5eadf1e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.2.0
6+
version: 1.2.1
77
version_files:
88
- idf_component.yml

components/esp_modem/CHANGELOG.md

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

3+
## [1.2.1](https://github.com/espressif/esp-protocols/commits/modem-v1.2.1)
4+
5+
### Bug Fixes
6+
7+
- Use higher GPIO range to support new chips ([428fdbbd](https://github.com/espressif/esp-protocols/commit/428fdbbd), [#558](https://github.com/espressif/esp-protocols/issues/558))
8+
- Remove tests and support for IDFv4.4, added IDFv5.4 ([433a033f](https://github.com/espressif/esp-protocols/commit/433a033f))
9+
- Fix typo GENETIC -> GENERIC in mode types ([090b1ff8](https://github.com/espressif/esp-protocols/commit/090b1ff8), [#667](https://github.com/espressif/esp-protocols/issues/667))
10+
- Add support for URC handler into C-API ([295d99df](https://github.com/espressif/esp-protocols/commit/295d99df), [#180](https://github.com/espressif/esp-protocols/issues/180))
11+
312
## [1.2.0](https://github.com/espressif/esp-protocols/commits/modem-v1.2.0)
413

514
### Features

components/esp_modem/idf_component.yml

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