From ae4f2b89dc4441dc35655a1bcf2797862b353965 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Fri, 20 Dec 2024 14:38:07 +0100 Subject: [PATCH] bump(sockutls): 0.2.0 -> 0.2.1 0.2.1 Bug Fixes - Fix potential macro colission including standard headers (6eb68e29) --- 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 c58b02998e..ed20caec5f 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.2.0 + version: 0.2.1 version_files: - idf_component.yml diff --git a/components/sock_utils/CHANGELOG.md b/components/sock_utils/CHANGELOG.md index 7034928b30..29910a304a 100644 --- a/components/sock_utils/CHANGELOG.md +++ b/components/sock_utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.1](https://github.com/espressif/esp-protocols/commits/sock_utils-v0.2.1) + +### Bug Fixes + +- Fix potential macro colission including standard headers ([6eb68e29](https://github.com/espressif/esp-protocols/commit/6eb68e29)) + ## [0.2.0](https://github.com/espressif/esp-protocols/commits/sock_utils-v0.2.0) ### Features diff --git a/components/sock_utils/idf_component.yml b/components/sock_utils/idf_component.yml index 081c2b9842..171a8c8b32 100644 --- a/components/sock_utils/idf_component.yml +++ b/components/sock_utils/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.2.0 +version: 0.2.1 description: The component provides helper implementation of common system/socket utilities url: https://github.com/espressif/esp-protocols/tree/master/components/sock_utils dependencies: