File tree 3 files changed +12
-2
lines changed
components/esp_websocket_client
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
3
3
bump_message : ' bump(websocket): $current_version -> $new_version'
4
4
pre_bump_hooks : python ../../ci/changelog.py esp_websocket_client
5
5
tag_format : websocket-v$version
6
- version : 1.0.1
6
+ version : 1.1.0
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.1.0] ( https://github.com/espressif/esp-protocols/commits/websocket-v1.1.0 )
4
+
5
+ ### Features
6
+
7
+ - Added linux port for websocket ([ a22391a] ( https://github.com/espressif/esp-protocols/commit/a22391a ) )
8
+
9
+ ### Bug Fixes
10
+
11
+ - added idf_component.yml for examples ([ d273e10] ( https://github.com/espressif/esp-protocols/commit/d273e10 ) )
12
+
3
13
## [ 1.0.1] ( https://github.com/espressif/esp-protocols/commits/websocket-v1.0.1 )
4
14
5
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
- version : " 1.0.1 "
1
+ version : " 1.1.0 "
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