Skip to content

Commit

Permalink
Merge pull request #598 from euripedesrocha/bump_mqtt_cxx040
Browse files Browse the repository at this point in the history
bump(mqtt_cxx): 0.3.0 -> 0.4.0
  • Loading branch information
euripedesrocha authored Jul 2, 2024
2 parents 8195fc4 + c714d24 commit 9152cfc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/esp_mqtt_cxx/.cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ 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.3.0
version: 0.4.0
version_files:
- idf_component.yml
6 changes: 6 additions & 0 deletions components/esp_mqtt_cxx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.4.0](https://github.com/espressif/esp-protocols/commits/mqtt_cxx-v0.4.0)

### Bug Fixes

- Adds missing configuration fields ([d4c6d5ed](https://github.com/espressif/esp-protocols/commit/d4c6d5ed))

## [0.3.0](https://github.com/espressif/esp-protocols/commits/mqtt_cxx-v0.3.0)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion components/esp_mqtt_cxx/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.3.0"
version: "0.4.0"
description: C++ APIs for ESP-MQTT library
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_mqtt_cxx
issues: https://github.com/espressif/esp-protocols/issues
Expand Down

0 comments on commit 9152cfc

Please sign in to comment.