Skip to content

Commit 25513d0

Browse files
authored
Merge pull request #969 from david-cermak/bump/lws_v4.3.3_1
[lws]: Bump 4.3.3 -> 4.3.3~1
2 parents c0cf91e + 742adea commit 25513d0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

components/libwebsockets/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(lws): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py libwebsockets
55
tag_format: lws-v$version
6-
version: 4.3.3
6+
version: 4.3.3~1
77
version_files:
88
- idf_component.yml

components/libwebsockets/CHANGELOG.md

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

3+
## [4.3.3~1](https://github.com/espressif/esp-protocols/commits/lws-v4.3.3_1)
4+
5+
### Bug Fixes
6+
7+
- Remove lws support for IDF>=v6.0 ([b70cc3fc](https://github.com/espressif/esp-protocols/commit/b70cc3fc))
8+
- Update websocket Echo server (#894) ([318e41b3](https://github.com/espressif/esp-protocols/commit/318e41b3))
9+
- Adds missing license info ([7ea6879a](https://github.com/espressif/esp-protocols/commit/7ea6879a))
10+
11+
### Updated
12+
13+
- chore(lws): fixed formatting ([91e7e9fa](https://github.com/espressif/esp-protocols/commit/91e7e9fa))
14+
315
## [4.3.3](https://github.com/espressif/esp-protocols/commits/lws-v4.3.3)
416

517
### Features

components/libwebsockets/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "4.3.3"
1+
version: "4.3.3~1"
22
url: https://github.com/espressif/esp-protocols/tree/master/components/libwebsockets
33
description: The component provides a simple ESP-IDF port of libwebsockets client.
44
dependencies:

0 commit comments

Comments
 (0)