mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 02:07:27 +02:00
bump(lws): First version 4.3.3
4.3.3 Features - Add initial support libwebsockets component (ef3443d)
This commit is contained in:
8
components/libwebsockets/.cz.yaml
Normal file
8
components/libwebsockets/.cz.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
commitizen:
|
||||
bump_message: 'bump(lws): $current_version -> $new_version'
|
||||
pre_bump_hooks: python ../../ci/changelog.py libwebsockets
|
||||
tag_format: lws-v$version
|
||||
version: 4.3.3
|
||||
version_files:
|
||||
- idf_component.yml
|
7
components/libwebsockets/CHANGELOG.md
Normal file
7
components/libwebsockets/CHANGELOG.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [4.3.3](https://github.com/espressif/esp-protocols/commits/lws-v4.3.3)
|
||||
|
||||
### Features
|
||||
|
||||
- Add initial support libwebsockets component ([ef3443d](https://github.com/espressif/esp-protocols/commit/ef3443d))
|
@ -1,4 +1,4 @@
|
||||
version: "0.1.0"
|
||||
version: "4.3.3"
|
||||
url: https://github.com/espressif/esp-protocols/tree/master/components/libwebsockets
|
||||
description: The component provides a simple ESP-IDF port of libwebsockets client.
|
||||
dependencies:
|
||||
|
Reference in New Issue
Block a user