From 6d94ad646d209260ffbad0154d3be9259b11cafd Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 11 Nov 2024 16:47:52 +0100 Subject: [PATCH] bump(sockutls): Initial version 0.1.0 0.1.0 Features - Add initial support for socket helpers (31f57ad0) --- components/sock_utils/.cz.yaml | 2 +- components/sock_utils/CHANGELOG.md | 6 ++++++ components/sock_utils/idf_component.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/components/sock_utils/.cz.yaml b/components/sock_utils/.cz.yaml index a034b2036c..f2260e5f9a 100644 --- a/components/sock_utils/.cz.yaml +++ b/components/sock_utils/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(sockutls): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py sock_utils tag_format: sock_utils-v$version - version: 0.0.0 + version: 0.1.0 version_files: - idf_component.yml diff --git a/components/sock_utils/CHANGELOG.md b/components/sock_utils/CHANGELOG.md index 825c32f0d0..b08131b51c 100644 --- a/components/sock_utils/CHANGELOG.md +++ b/components/sock_utils/CHANGELOG.md @@ -1 +1,7 @@ # Changelog + +## [0.1.0](https://github.com/espressif/esp-protocols/commits/sock_utils-v0.1.0) + +### Features + +- Add initial support for socket helpers ([31f57ad0](https://github.com/espressif/esp-protocols/commit/31f57ad0)) diff --git a/components/sock_utils/idf_component.yml b/components/sock_utils/idf_component.yml index da2c856b44..c063f0955c 100644 --- a/components/sock_utils/idf_component.yml +++ b/components/sock_utils/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.0.0 +version: 0.1.0 description: The component provides helper implementation of common system/socket utilities url: https://github.com/espressif/esp-protocols/tree/master/components/sock_utils dependencies: