From b900029bee4836624e863e709ae507eb3549b29f Mon Sep 17 00:00:00 2001 From: glmfe Date: Wed, 29 Jan 2025 17:38:15 -0300 Subject: [PATCH] bump(lws): First version 0.1.0 0.1.0 Features - Add Libwebsockets component (af4e41e) --- components/libwebsockets/.cz.yaml | 8 ++++++++ components/libwebsockets/CHANGELOG.md | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 components/libwebsockets/.cz.yaml create mode 100644 components/libwebsockets/CHANGELOG.md diff --git a/components/libwebsockets/.cz.yaml b/components/libwebsockets/.cz.yaml new file mode 100644 index 0000000000..600f1391de --- /dev/null +++ b/components/libwebsockets/.cz.yaml @@ -0,0 +1,8 @@ +--- +commitizen: + bump_message: 'bump(lws): $current_version -> $new_version' + pre_bump_hooks: python ../../ci/changelog.py libwebsockets + tag_format: libwebsockets-v$version + version: 0.1.0 + version_files: + - idf_component.yml diff --git a/components/libwebsockets/CHANGELOG.md b/components/libwebsockets/CHANGELOG.md new file mode 100644 index 0000000000..3d2084edda --- /dev/null +++ b/components/libwebsockets/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## [0.1.0](https://github.com/espressif/esp-protocols/commits/libwebsockets-v0.1.0) + +### Features + +- Add Libwebsockets component ([af4e41e](https://github.com/espressif/esp-protocols/commit/af4e41e))