Skip to content

Commit c009892

Browse files
committed
bump(lws): First version 4.3.3
4.3.3 Features - Add initial support libwebsockets component (ef3443d)
1 parent 5f66f35 commit c009892

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

components/libwebsockets/.cz.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
commitizen:
3+
bump_message: 'bump(lws): $current_version -> $new_version'
4+
pre_bump_hooks: python ../../ci/changelog.py libwebsockets
5+
tag_format: lws-v$version
6+
version: 4.3.3
7+
version_files:
8+
- idf_component.yml

components/libwebsockets/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [4.3.3](https://github.com/espressif/esp-protocols/commits/lws-v4.3.3)
4+
5+
### Features
6+
7+
- Add initial support libwebsockets component ([ef3443d](https://github.com/espressif/esp-protocols/commit/ef3443d))

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: "0.1.0"
1+
version: "4.3.3"
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)