bump(tls_cxx): First version [0.1.0]

0.1.0
Features
- Publish mbedtls component (0140455f)
This commit is contained in:
David Cermak
2024-04-11 16:52:51 +02:00
parent 0140455ff7
commit 13793a8236
3 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(tls_cxx): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py mbedtls_cxx
tag_format: tls_cxx-v$version
version: 0.0.0
version: 0.1.0
version_files:
- idf_component.yml

View File

@ -0,0 +1,7 @@
# Changelog
## [0.1.0](https://github.com/espressif/esp-protocols/commits/tls_cxx-v0.1.0)
### Features
- Publish mbedtls component ([0140455f](https://github.com/espressif/esp-protocols/commit/0140455f))

View File

@ -1,4 +1,4 @@
version: 0.0.0
version: 0.1.0
url: https://github.com/espressif/esp-protocols/tree/master/components/mbedtls_cxx
description: C++ wrapper of mbedtls to perform (D)TLS connection
license: Apache-2.0