Skip to content

Commit 7e83741

Browse files
authored
Merge pull request #330 from gabsuren/websocket/release_1.0.1
bump(websocket): 1.0.0 -> 1.0.1
2 parents f6d5186 + b880fc0 commit 7e83741

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
commitizen:
3+
bump_message: 'bump(websocket): $current_version -> $new_version'
4+
pre_bump_hooks: python ../../ci/changelog.py esp_websocket_client
5+
tag_format: websocket-v$version
6+
version: 1.0.1
7+
version_files:
8+
- idf_component.yml

components/esp_websocket_client/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/espressif/esp-protocols/commits/websocket-v1.0.1)
4+
5+
### Bug Fixes
6+
7+
- esp_websocket_client client allow sending 0 byte packets ([b5177cb](https://github.com/espressif/esp-protocols/commit/b5177cb))
8+
- Cleaned up printf/format warnings (-Wno-format) ([e085826](https://github.com/espressif/esp-protocols/commit/e085826))
9+
- Added unit tests to CI + minor fix to pass it ([c974c14](https://github.com/espressif/esp-protocols/commit/c974c14))
10+
- Reintroduce missing CHANGELOGs ([200cbb3](https://github.com/espressif/esp-protocols/commit/200cbb3), [#235](https://github.com/espressif/esp-protocols/issues/235))
11+
12+
### Updated
13+
14+
- docs(common): updated component and example links ([f48d9b2](https://github.com/espressif/esp-protocols/commit/f48d9b2))
15+
- docs(common): improving documentation ([ca3fce0](https://github.com/espressif/esp-protocols/commit/ca3fce0))
16+
- Fix weird error message spacings ([8bb207e](https://github.com/espressif/esp-protocols/commit/8bb207e))
17+
318
## [1.0.0](https://github.com/espressif/esp-protocols/commits/996fef7)
419

520
### Updated

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.0.0"
1+
version: "1.0.1"
22
description: esp websocket client
33
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
44
dependencies:

0 commit comments

Comments
 (0)