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 5, 2025
1 parent ef3443d commit 709dc7b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
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))

0 comments on commit 709dc7b

Please # to comment.