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:
Suren Gabrielyan
2023-08-22 14:26:12 +04:00
parent 27303d28b2
commit 38d50eede0
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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: