File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
33 bump_message : ' bump(lws): $current_version -> $new_version'
44 pre_bump_hooks : python ../../ci/changelog.py libwebsockets
55 tag_format : lws-v$version
6- version : 4.3.3
6+ version : 4.3.3~1
77 version_files :
88 - idf_component.yml
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 4.3.3~ 1] ( https://github.com/espressif/esp-protocols/commits/lws-v4.3.3_1 )
4+
5+ ### Bug Fixes
6+
7+ - Remove lws support for IDF>=v6.0 ([ b70cc3fc] ( https://github.com/espressif/esp-protocols/commit/b70cc3fc ) )
8+ - Update websocket Echo server (#894 ) ([ 318e41b3] ( https://github.com/espressif/esp-protocols/commit/318e41b3 ) )
9+ - Adds missing license info ([ 7ea6879a] ( https://github.com/espressif/esp-protocols/commit/7ea6879a ) )
10+
11+ ### Updated
12+
13+ - chore(lws): fixed formatting ([ 91e7e9fa] ( https://github.com/espressif/esp-protocols/commit/91e7e9fa ) )
14+
315## [ 4.3.3] ( https://github.com/espressif/esp-protocols/commits/lws-v4.3.3 )
416
517### Features
Original file line number Diff line number Diff line change 1- version : " 4.3.3"
1+ version : " 4.3.3~1 "
22url : https://github.com/espressif/esp-protocols/tree/master/components/libwebsockets
33description : The component provides a simple ESP-IDF port of libwebsockets client.
44dependencies :
You can’t perform that action at this time.
0 commit comments