From 5eadf1edeef86f0e9cf419f37865ab2891e7a3a0 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Wed, 20 Nov 2024 15:47:03 +0100 Subject: [PATCH] bump(modem): 1.2.0 -> 1.2.1 1.2.1 Bug Fixes - Use higher GPIO range to support new chips (428fdbbd, #558) - Remove tests and support for IDFv4.4, added IDFv5.4 (433a033f) - Fix typo GENETIC -> GENERIC in mode types (090b1ff8, #667) - Add support for URC handler into C-API (295d99df, #180) --- components/esp_modem/.cz.yaml | 2 +- components/esp_modem/CHANGELOG.md | 9 +++++++++ components/esp_modem/idf_component.yml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/components/esp_modem/.cz.yaml b/components/esp_modem/.cz.yaml index 3073f85ac..d5bc1909c 100644 --- a/components/esp_modem/.cz.yaml +++ b/components/esp_modem/.cz.yaml @@ -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.2.0 + version: 1.2.1 version_files: - idf_component.yml diff --git a/components/esp_modem/CHANGELOG.md b/components/esp_modem/CHANGELOG.md index 6546e7b10..c057fd2ef 100644 --- a/components/esp_modem/CHANGELOG.md +++ b/components/esp_modem/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.1](https://github.com/espressif/esp-protocols/commits/modem-v1.2.1) + +### Bug Fixes + +- 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)) +- Remove tests and support for IDFv4.4, added IDFv5.4 ([433a033f](https://github.com/espressif/esp-protocols/commit/433a033f)) +- 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)) +- 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)) + ## [1.2.0](https://github.com/espressif/esp-protocols/commits/modem-v1.2.0) ### Features diff --git a/components/esp_modem/idf_component.yml b/components/esp_modem/idf_component.yml index 6596ab7ac..b7c8cba61 100644 --- a/components/esp_modem/idf_component.yml +++ b/components/esp_modem/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.2.0" +version: "1.2.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