File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
3
3
bump_message : ' bump(modem): $current_version -> $new_version'
4
4
pre_bump_hooks : python ../../ci/changelog.py esp_modem
5
5
tag_format : modem-v$version
6
- version : 1.0.0
6
+ version : 1.0.1
7
7
version_files :
8
8
- idf_component.yml
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## [ 1.0.0] ( https://github.com/espressif/esp-protocols/commits/modem-v1.0.0 )
4
19
5
20
### Major changes
Original file line number Diff line number Diff line change 1
- version : " 1.0.0 "
1
+ version : " 1.0.1 "
2
2
description : esp modem
3
3
url : https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
4
4
dependencies :
You can’t perform that action at this time.
0 commit comments