From 886215032fac641e69505bffb51092e4f802d31b Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 10 Dec 2024 12:48:09 +0100 Subject: [PATCH] bump(modem): 1.2.1 -> 1.3.0 1.3.0 Features - Add mode detection to the example (18f196fa) - Support for pausing network in C-API (1db83cd1) - Add support for pausing netif (247f1681, #699) Bug Fixes - Minor cleanup of pppos example (5e929902) - Fix PPP mode detection to accept LCP/conf (c989c6ad) - Refine mode switch data->command (8b6ea331, #692) - Detect serial ports properly (0cb59ff8) - Fix CMUX enter to ignore URC before transition (1284f66d, #669) --- components/esp_modem/.cz.yaml | 2 +- components/esp_modem/CHANGELOG.md | 16 ++++++++++++++++ components/esp_modem/idf_component.yml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/components/esp_modem/.cz.yaml b/components/esp_modem/.cz.yaml index d5bc1909c..1c12265c8 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.1 + version: 1.3.0 version_files: - idf_component.yml diff --git a/components/esp_modem/CHANGELOG.md b/components/esp_modem/CHANGELOG.md index c057fd2ef..6b3bf59b9 100644 --- a/components/esp_modem/CHANGELOG.md +++ b/components/esp_modem/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.3.0](https://github.com/espressif/esp-protocols/commits/modem-v1.3.0) + +### Features + +- Add mode detection to the example ([18f196fa](https://github.com/espressif/esp-protocols/commit/18f196fa)) +- Support for pausing network in C-API ([1db83cd1](https://github.com/espressif/esp-protocols/commit/1db83cd1)) +- Add support for pausing netif ([247f1681](https://github.com/espressif/esp-protocols/commit/247f1681), [#699](https://github.com/espressif/esp-protocols/issues/699)) + +### Bug Fixes + +- Minor cleanup of pppos example ([5e929902](https://github.com/espressif/esp-protocols/commit/5e929902)) +- Fix PPP mode detection to accept LCP/conf ([c989c6ad](https://github.com/espressif/esp-protocols/commit/c989c6ad)) +- Refine mode switch data->command ([8b6ea331](https://github.com/espressif/esp-protocols/commit/8b6ea331), [#692](https://github.com/espressif/esp-protocols/issues/692)) +- Detect serial ports properly ([0cb59ff8](https://github.com/espressif/esp-protocols/commit/0cb59ff8)) +- Fix CMUX enter to ignore URC before transition ([1284f66d](https://github.com/espressif/esp-protocols/commit/1284f66d), [#669](https://github.com/espressif/esp-protocols/issues/669)) + ## [1.2.1](https://github.com/espressif/esp-protocols/commits/modem-v1.2.1) ### Bug Fixes diff --git a/components/esp_modem/idf_component.yml b/components/esp_modem/idf_component.yml index b7c8cba61..e8d0a0d66 100644 --- a/components/esp_modem/idf_component.yml +++ b/components/esp_modem/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.2.1" +version: "1.3.0" 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