From 20dd910b3a3908f0055b9a20c82479ef201fc109 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Thu, 22 Jun 2023 09:50:23 +0200 Subject: [PATCH] bump(modem): 1.0.0 -> 1.0.1 1.0.1 Bug Fixes - Support UART clean build with IDF v5.2 (e620eb5) - enable code coverage publishing to github pages (4910e89) - fix esp_modem build issue (ab94566) - Example to use 1.0.0 (afb6930) - Changelog to correctly pick references (423e965) Updated - docs(esp_modem): updated documents to show missed topics (0534853) - docs(common): improving documentation (ca3fce0) --- components/esp_modem/.cz.yaml | 2 +- components/esp_modem/CHANGELOG.md | 15 +++++++++++++++ components/esp_modem/idf_component.yml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/components/esp_modem/.cz.yaml b/components/esp_modem/.cz.yaml index 9a05f417b..691e82ed3 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.0.0 + version: 1.0.1 version_files: - idf_component.yml diff --git a/components/esp_modem/CHANGELOG.md b/components/esp_modem/CHANGELOG.md index f8f9c99af..04e1c4171 100644 --- a/components/esp_modem/CHANGELOG.md +++ b/components/esp_modem/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.1](https://github.com/espressif/esp-protocols/commits/modem-v1.0.1) + +### Bug Fixes + +- Support UART clean build with IDF v5.2 ([e620eb5](https://github.com/espressif/esp-protocols/commit/e620eb5)) +- enable code coverage publishing to github pages ([4910e89](https://github.com/espressif/esp-protocols/commit/4910e89)) +- fix esp_modem build issue ([ab94566](https://github.com/espressif/esp-protocols/commit/ab94566)) +- Example to use 1.0.0 ([afb6930](https://github.com/espressif/esp-protocols/commit/afb6930)) +- Changelog to correctly pick references ([423e965](https://github.com/espressif/esp-protocols/commit/423e965)) + +### Updated + +- docs(esp_modem): updated documents to show missed topics ([0534853](https://github.com/espressif/esp-protocols/commit/0534853)) +- docs(common): improving documentation ([ca3fce0](https://github.com/espressif/esp-protocols/commit/ca3fce0)) + ## [1.0.0](https://github.com/espressif/esp-protocols/commits/modem-v1.0.0) ### Major changes diff --git a/components/esp_modem/idf_component.yml b/components/esp_modem/idf_component.yml index 0100f04a5..32809ec2b 100644 --- a/components/esp_modem/idf_component.yml +++ b/components/esp_modem/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.0.0" +version: "1.0.1" description: esp modem url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem dependencies: