Skip to content

Commit 20dd910

Browse files
committed
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)
1 parent 3635e2f commit 20dd910

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

components/esp_modem/.cz.yaml

Lines changed: 1 addition & 1 deletion
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.0.0
6+
version: 1.0.1
77
version_files:
88
- idf_component.yml

components/esp_modem/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/espressif/esp-protocols/commits/modem-v1.0.1)
4+
5+
### Bug Fixes
6+
7+
- Support UART clean build with IDF v5.2 ([e620eb5](https://github.com/espressif/esp-protocols/commit/e620eb5))
8+
- enable code coverage publishing to github pages ([4910e89](https://github.com/espressif/esp-protocols/commit/4910e89))
9+
- fix esp_modem build issue ([ab94566](https://github.com/espressif/esp-protocols/commit/ab94566))
10+
- Example to use 1.0.0 ([afb6930](https://github.com/espressif/esp-protocols/commit/afb6930))
11+
- Changelog to correctly pick references ([423e965](https://github.com/espressif/esp-protocols/commit/423e965))
12+
13+
### Updated
14+
15+
- docs(esp_modem): updated documents to show missed topics ([0534853](https://github.com/espressif/esp-protocols/commit/0534853))
16+
- docs(common): improving documentation ([ca3fce0](https://github.com/espressif/esp-protocols/commit/ca3fce0))
17+
318
## [1.0.0](https://github.com/espressif/esp-protocols/commits/modem-v1.0.0)
419

520
### Major changes

components/esp_modem/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.0.0"
1+
version: "1.0.1"
22
description: esp modem
33
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
44
dependencies:

0 commit comments

Comments
 (0)