Skip to content

Commit 13793a8

Browse files
committed
bump(tls_cxx): First version [0.1.0]
0.1.0 Features - Publish mbedtls component (0140455)
1 parent 0140455 commit 13793a8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

components/mbedtls_cxx/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(tls_cxx): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py mbedtls_cxx
55
tag_format: tls_cxx-v$version
6-
version: 0.0.0
6+
version: 0.1.0
77
version_files:
88
- idf_component.yml

components/mbedtls_cxx/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/espressif/esp-protocols/commits/tls_cxx-v0.1.0)
4+
5+
### Features
6+
7+
- Publish mbedtls component ([0140455f](https://github.com/espressif/esp-protocols/commit/0140455f))

components/mbedtls_cxx/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.0
1+
version: 0.1.0
22
url: https://github.com/espressif/esp-protocols/tree/master/components/mbedtls_cxx
33
description: C++ wrapper of mbedtls to perform (D)TLS connection
44
license: Apache-2.0

0 commit comments

Comments
 (0)