mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-21 22:42:23 +02:00
bump(tls_cxx): First version [0.1.0]
0.1.0
Features
- Publish mbedtls component (0140455f
)
This commit is contained in:
@ -3,6 +3,6 @@ commitizen:
|
|||||||
bump_message: 'bump(tls_cxx): $current_version -> $new_version'
|
bump_message: 'bump(tls_cxx): $current_version -> $new_version'
|
||||||
pre_bump_hooks: python ../../ci/changelog.py mbedtls_cxx
|
pre_bump_hooks: python ../../ci/changelog.py mbedtls_cxx
|
||||||
tag_format: tls_cxx-v$version
|
tag_format: tls_cxx-v$version
|
||||||
version: 0.0.0
|
version: 0.1.0
|
||||||
version_files:
|
version_files:
|
||||||
- idf_component.yml
|
- idf_component.yml
|
||||||
|
7
components/mbedtls_cxx/CHANGELOG.md
Normal file
7
components/mbedtls_cxx/CHANGELOG.md
Normal 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))
|
@ -1,4 +1,4 @@
|
|||||||
version: 0.0.0
|
version: 0.1.0
|
||||||
url: https://github.com/espressif/esp-protocols/tree/master/components/mbedtls_cxx
|
url: https://github.com/espressif/esp-protocols/tree/master/components/mbedtls_cxx
|
||||||
description: C++ wrapper of mbedtls to perform (D)TLS connection
|
description: C++ wrapper of mbedtls to perform (D)TLS connection
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
|
Reference in New Issue
Block a user