forked from espressif/esp-protocols
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.2.0 Features - configure client authentication via certificate/key or secure element (ee09ff4) Bug Fixes - removed Wno-format flag and fixed formatting warnings (c48e442) - Removes meaningless printf on subscribed handler (espressif#358) (bac742d, espressif#356) - Removes unused type for configuration (839c79d) - added idf_component.yml for examples (d273e10) - Reintroduce missing CHANGELOGs (200cbb3, espressif#235) Updated - docs(common): updated component and example links (f48d9b2) - docs(esp_mqtt_cxx): updated documentation and deployment file (a547ec8) - docs(common): improving documentation (ca3fce0) - Add homepage URL and License to all components (ef3f0ee)
- Loading branch information
1 parent
2e67328
commit f795d2f
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
commitizen: | ||
bump_message: 'bump(mqtt_cxx): $current_version -> $new_version' | ||
pre_bump_hooks: python ../../ci/changelog.py esp_mqtt_cxx | ||
tag_format: mqtt_cxx-v$version | ||
version: 0.2.0 | ||
version_files: | ||
- idf_component.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters