bump(sockutls): 0.2.0 -> 0.2.1

0.2.1
Bug Fixes
- Fix potential macro colission including standard headers (ade9448c)
This commit is contained in:
David Cermak
2024-12-20 15:41:10 +01:00
parent ade9448c01
commit 0499ed93df
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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 ([ade9448c](https://github.com/espressif/esp-protocols/commit/ade9448c))
## [0.2.0](https://github.com/espressif/esp-protocols/commits/sock_utils-v0.2.0)
### Features

View File

@ -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: