Skip to content

Commit b992ef6

Browse files
authored
Merge pull request #346 from gabsuren/ci/update_websocket_1.1.0
bump(websocket): 1.0.1 -> 1.1.0
2 parents 9cc594a + 38d50ee commit b992ef6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

components/esp_websocket_client/.cz.yaml

+1-1
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.0.1
6+
version: 1.1.0
77
version_files:
88
- idf_component.yml

components/esp_websocket_client/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.1.0)
4+
5+
### Features
6+
7+
- Added linux port for websocket ([a22391a](https://github.com/espressif/esp-protocols/commit/a22391a))
8+
9+
### Bug Fixes
10+
11+
- added idf_component.yml for examples ([d273e10](https://github.com/espressif/esp-protocols/commit/d273e10))
12+
313
## [1.0.1](https://github.com/espressif/esp-protocols/commits/websocket-v1.0.1)
414

515
### Bug Fixes

components/esp_websocket_client/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.0.1"
1+
version: "1.1.0"
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)