Skip to content

Commit 11e58dc

Browse files
Merge pull request #405 from euripedesrocha/bump_mqtt_cxx
bump(mqtt_cxx): 0.1.0 -> 0.2.0
2 parents 2e67328 + f795d2f commit 11e58dc

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

components/esp_mqtt_cxx/.cz.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

components/esp_mqtt_cxx/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

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+
324
## [0.1.0](https://github.com/espressif/esp-protocols/commits/1407dfc)
425

526
### Updated

components/esp_mqtt_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.1.0"
1+
version: "0.2.0"
22
description: esp mqtt cxx
33
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_mqtt_cxx
44
dependencies:

0 commit comments

Comments
 (0)