File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ commitizen :
3
+ bump_message : ' bump(mqtt_cxx): $current_version -> $new_version'
4
+ pre_bump_hooks : python ../../ci/changelog.py esp_mqtt_cxx
5
+ tag_format : mqtt_cxx-v$version
6
+ version : 0.2.0
7
+ version_files :
8
+ - idf_component.yml
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.0] ( https://github.com/espressif/esp-protocols/commits/mqtt_cxx-v0.2.0 )
4
+
5
+ ### Features
6
+
7
+ - configure client authentication via certificate/key or secure element ([ ee09ff4] ( https://github.com/espressif/esp-protocols/commit/ee09ff4 ) )
8
+
9
+ ### Bug Fixes
10
+
11
+ - removed Wno-format flag and fixed formatting warnings ([ c48e442] ( https://github.com/espressif/esp-protocols/commit/c48e442 ) )
12
+ - Removes meaningless printf on subscribed handler (#358 ) ([ bac742d] ( https://github.com/espressif/esp-protocols/commit/bac742d ) , [ #356 ] ( https://github.com/espressif/esp-protocols/issues/356 ) )
13
+ - Removes unused type for configuration ([ 839c79d] ( https://github.com/espressif/esp-protocols/commit/839c79d ) )
14
+ - added idf_component.yml for examples ([ d273e10] ( https://github.com/espressif/esp-protocols/commit/d273e10 ) )
15
+ - Reintroduce missing CHANGELOGs ([ 200cbb3] ( https://github.com/espressif/esp-protocols/commit/200cbb3 ) , [ #235 ] ( https://github.com/espressif/esp-protocols/issues/235 ) )
16
+
17
+ ### Updated
18
+
19
+ - docs(common): updated component and example links ([ f48d9b2] ( https://github.com/espressif/esp-protocols/commit/f48d9b2 ) )
20
+ - docs(esp_mqtt_cxx): updated documentation and deployment file ([ a547ec8] ( https://github.com/espressif/esp-protocols/commit/a547ec8 ) )
21
+ - docs(common): improving documentation ([ ca3fce0] ( https://github.com/espressif/esp-protocols/commit/ca3fce0 ) )
22
+ - Add homepage URL and License to all components ([ ef3f0ee] ( https://github.com/espressif/esp-protocols/commit/ef3f0ee ) )
23
+
3
24
## [ 0.1.0] ( https://github.com/espressif/esp-protocols/commits/1407dfc )
4
25
5
26
### Updated
Original file line number Diff line number Diff line change 1
- version : " 0.1 .0"
1
+ version : " 0.2 .0"
2
2
description : esp mqtt cxx
3
3
url : https://github.com/espressif/esp-protocols/tree/master/components/esp_mqtt_cxx
4
4
dependencies :
You can’t perform that action at this time.
0 commit comments