bump(sockutls): Initial version 0.1.0

0.1.0
Features
- Add initial support for socket helpers (31f57ad0)
This commit is contained in:
David Cermak
2024-11-11 16:47:52 +01:00
parent 685d47cd2f
commit 6d94ad646d
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.0.0
version: 0.1.0
version_files:
- idf_component.yml

View File

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

View File

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