Skip to content

Commit

Permalink
bump(lws): First version 4.3.3
Browse files Browse the repository at this point in the history
4.3.3
Features
- Add initial support libwebsockets component (ef3443d)
  • Loading branch information
glmfe committed Feb 7, 2025
1 parent 940cbdf commit e71e773
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions components/libwebsockets/.cz.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 7 additions & 0 deletions components/libwebsockets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion components/libwebsockets/idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e71e773

Please sign in to comment.