Skip to content

Commit

Permalink
bump(tls_cxx): First version [0.1.0]
Browse files Browse the repository at this point in the history
0.1.0
Features
- Publish mbedtls component (0140455)
  • Loading branch information
david-cermak committed Apr 11, 2024
1 parent 0140455 commit 13793a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/mbedtls_cxx/.cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions components/mbedtls_cxx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion components/mbedtls_cxx/idf_component.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 13793a8

Please sign in to comment.