From 90694d7d92ef727d69a81348a5bcb01859969057 Mon Sep 17 00:00:00 2001 From: Suren Gabrielyan Date: Tue, 25 Jul 2023 13:39:28 +0400 Subject: [PATCH] bump(websocket): 1.0.0 -> 1.1.0 1.1.0 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) --- components/esp_websocket_client/CHANGELOG.md | 15 +++++++++++++++ components/esp_websocket_client/idf_component.yml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/components/esp_websocket_client/CHANGELOG.md b/components/esp_websocket_client/CHANGELOG.md index 41e7bedcd3..c9370afee8 100644 --- a/components/esp_websocket_client/CHANGELOG.md +++ b/components/esp_websocket_client/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.1.0) + +### Bug Fixes + +- esp_websocket_client client allow sending 0 byte packets ([b5177cb](https://github.com/espressif/esp-protocols/commit/b5177cb)) +- Cleaned up printf/format warnings (-Wno-format) ([e085826](https://github.com/espressif/esp-protocols/commit/e085826)) +- Added unit tests to CI + minor fix to pass it ([c974c14](https://github.com/espressif/esp-protocols/commit/c974c14)) +- Reintroduce missing CHANGELOGs ([200cbb3](https://github.com/espressif/esp-protocols/commit/200cbb3), [#235](https://github.com/espressif/esp-protocols/issues/235)) + +### Updated + +- docs(common): updated component and example links ([f48d9b2](https://github.com/espressif/esp-protocols/commit/f48d9b2)) +- docs(common): improving documentation ([ca3fce0](https://github.com/espressif/esp-protocols/commit/ca3fce0)) +- Fix weird error message spacings ([8bb207e](https://github.com/espressif/esp-protocols/commit/8bb207e)) + ## [1.0.0](https://github.com/espressif/esp-protocols/commits/996fef7) ### Updated diff --git a/components/esp_websocket_client/idf_component.yml b/components/esp_websocket_client/idf_component.yml index 05bfeb8f79..c7e147701f 100644 --- a/components/esp_websocket_client/idf_component.yml +++ b/components/esp_websocket_client/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.0.0" +version: "1.1.0" description: esp websocket client url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client dependencies: