File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed
components/esp_websocket_client Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ commitizen :
3
+ bump_message : ' bump(websocket): $current_version -> $new_version'
4
+ pre_bump_hooks : python ../../ci/changelog.py esp_websocket_client
5
+ tag_format : websocket-v$version
6
+ version : 1.0.1
7
+ version_files :
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/websocket-v1.0.1 )
4
+
5
+ ### Bug Fixes
6
+
7
+ - esp_websocket_client client allow sending 0 byte packets ([ b5177cb] ( https://github.com/espressif/esp-protocols/commit/b5177cb ) )
8
+ - Cleaned up printf/format warnings (-Wno-format) ([ e085826] ( https://github.com/espressif/esp-protocols/commit/e085826 ) )
9
+ - Added unit tests to CI + minor fix to pass it ([ c974c14] ( https://github.com/espressif/esp-protocols/commit/c974c14 ) )
10
+ - Reintroduce missing CHANGELOGs ([ 200cbb3] ( https://github.com/espressif/esp-protocols/commit/200cbb3 ) , [ #235 ] ( https://github.com/espressif/esp-protocols/issues/235 ) )
11
+
12
+ ### Updated
13
+
14
+ - docs(common): updated component and example links ([ f48d9b2] ( https://github.com/espressif/esp-protocols/commit/f48d9b2 ) )
15
+ - docs(common): improving documentation ([ ca3fce0] ( https://github.com/espressif/esp-protocols/commit/ca3fce0 ) )
16
+ - Fix weird error message spacings ([ 8bb207e] ( https://github.com/espressif/esp-protocols/commit/8bb207e ) )
17
+
3
18
## [ 1.0.0] ( https://github.com/espressif/esp-protocols/commits/996fef7 )
4
19
5
20
### Updated
Original file line number Diff line number Diff line change 1
- version : " 1.0.0 "
1
+ version : " 1.0.1 "
2
2
description : esp websocket client
3
3
url : https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
4
4
dependencies :
You can’t perform that action at this time.
0 commit comments