mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 03:52:13 +02:00
bump(websocket): 1.0.1 -> 1.1.0
1.1.0 Features - Added linux port for websocket (a22391a
) Bug Fixes - added idf_component.yml for examples (d273e10
)
This commit is contained in:
@ -3,6 +3,6 @@ commitizen:
|
|||||||
bump_message: 'bump(websocket): $current_version -> $new_version'
|
bump_message: 'bump(websocket): $current_version -> $new_version'
|
||||||
pre_bump_hooks: python ../../ci/changelog.py esp_websocket_client
|
pre_bump_hooks: python ../../ci/changelog.py esp_websocket_client
|
||||||
tag_format: websocket-v$version
|
tag_format: websocket-v$version
|
||||||
version: 1.0.1
|
version: 1.1.0
|
||||||
version_files:
|
version_files:
|
||||||
- idf_component.yml
|
- idf_component.yml
|
||||||
|
@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.1.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.1.0)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Added linux port for websocket ([a22391a](https://github.com/espressif/esp-protocols/commit/a22391a))
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- added idf_component.yml for examples ([d273e10](https://github.com/espressif/esp-protocols/commit/d273e10))
|
||||||
|
|
||||||
## [1.0.1](https://github.com/espressif/esp-protocols/commits/websocket-v1.0.1)
|
## [1.0.1](https://github.com/espressif/esp-protocols/commits/websocket-v1.0.1)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: "1.0.1"
|
version: "1.1.0"
|
||||||
description: esp websocket client
|
description: esp websocket client
|
||||||
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
|
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Reference in New Issue
Block a user