From 85a7fc772c5472612bd9cbb663d423b31dd77181 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Thu, 19 Dec 2024 10:57:36 +0100 Subject: [PATCH] bump(sockutls): 0.1.0 -> 0.2.0 0.2.0 Features - Declare socketpair and gai_strerror via standard headers (b090a3cb) - Add support for gethostname() (f7c0b756) --- components/sock_utils/.cz.yaml | 2 +- components/sock_utils/CHANGELOG.md | 7 +++++++ components/sock_utils/idf_component.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/components/sock_utils/.cz.yaml b/components/sock_utils/.cz.yaml index f2260e5f9..c58b02998 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.1.0 + version: 0.2.0 version_files: - idf_component.yml diff --git a/components/sock_utils/CHANGELOG.md b/components/sock_utils/CHANGELOG.md index b08131b51..7034928b3 100644 --- a/components/sock_utils/CHANGELOG.md +++ b/components/sock_utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/espressif/esp-protocols/commits/sock_utils-v0.2.0) + +### Features + +- Declare socketpair and gai_strerror via standard headers ([b090a3cb](https://github.com/espressif/esp-protocols/commit/b090a3cb)) +- Add support for gethostname() ([f7c0b756](https://github.com/espressif/esp-protocols/commit/f7c0b756)) + ## [0.1.0](https://github.com/espressif/esp-protocols/commits/sock_utils-v0.1.0) ### Features diff --git a/components/sock_utils/idf_component.yml b/components/sock_utils/idf_component.yml index c063f0955..081c2b984 100644 --- a/components/sock_utils/idf_component.yml +++ b/components/sock_utils/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.1.0 +version: 0.2.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: