mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-01 03:34:40 +02:00
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:
8
components/esp_websocket_client/.cz.yaml
Normal file
8
components/esp_websocket_client/.cz.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
commitizen:
|
||||
bump_message: 'bump(websocket): $current_version -> $new_version'
|
||||
pre_bump_hooks: python ../../ci/changelog.py esp_websocket_client
|
||||
tag_format: websocket-v$version
|
||||
version: 1.0.1
|
||||
version_files:
|
||||
- idf_component.yml
|
Reference in New Issue
Block a user