Skip to content

Commit c6448c3

Browse files
bump(websocket): 1.2.0 -> 1.2.1
1.2.1 Bug Fixes - consider failure if return value of `esp_websocket_client_send_with_exact_opcode` less than 0 (f523b4d) - fix of return value for `esp_websocket_client_send_with_opcode` API (ba33588)
1 parent f523b4d commit c6448c3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

components/esp_websocket_client/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(websocket): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py esp_websocket_client
55
tag_format: websocket-v$version
6-
version: 1.2.0
6+
version: 1.2.1
77
version_files:
88
- idf_component.yml

components/esp_websocket_client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/espressif/esp-protocols/commits/websocket-v1.2.1)
4+
5+
### Bug Fixes
6+
7+
- consider failure if return value of `esp_websocket_client_send_with_exact_opcode` less than 0 ([f523b4d](https://github.com/espressif/esp-protocols/commit/f523b4d))
8+
- fix of return value for `esp_websocket_client_send_with_opcode` API ([ba33588](https://github.com/espressif/esp-protocols/commit/ba33588))
9+
310
## [1.2.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.2.0)
411

512
### Features

components/esp_websocket_client/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.2.0"
1+
version: "1.2.1"
22
description: WebSocket protocol client for ESP-IDF
33
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
44
dependencies:

0 commit comments

Comments
 (0)