bump(websocket): 1.0.0 -> 1.0.1

1.0.1
Bug Fixes
- esp_websocket_client client allow sending 0 byte packets (b5177cb)
- Cleaned up printf/format warnings (-Wno-format) (e085826)
- Added unit tests to CI + minor fix to pass it (c974c14)
- Reintroduce missing CHANGELOGs (200cbb3, #235)
Updated
- docs(common): updated component and example links (f48d9b2)
- docs(common): improving documentation (ca3fce0)
- Fix weird error message spacings (8bb207e)
This commit is contained in:
Suren Gabrielyan
2023-07-25 13:50:12 +04:00
parent f6d5186e5b
commit b880fc0367
3 changed files with 24 additions and 1 deletions

View File

@ -1,4 +1,4 @@
version: "1.0.0"
version: "1.0.1"
description: esp websocket client
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
dependencies: