Skip to content

Commit

Permalink
bump(mosq): 2.0.20 -> 2.0.20~1
Browse files Browse the repository at this point in the history
2.0.20~1
Bug Fixes
- Use sock_utils instead of func stubs (3cd0ed3)
- Update API docs adding on-message callback (5dcc333)
  • Loading branch information
david-cermak committed Dec 20, 2024
1 parent 3cd0ed3 commit 73e523e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/mosquitto/.cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(mosq): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py mosquitto
tag_format: mosq-v$version
version: 2.0.20
version: 2.0.20~1
version_files:
- idf_component.yml
7 changes: 7 additions & 0 deletions components/mosquitto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.20~1](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_1)

### Bug Fixes

- Use sock_utils instead of func stubs ([3cd0ed37](https://github.com/espressif/esp-protocols/commit/3cd0ed37))
- Update API docs adding on-message callback ([5dcc3330](https://github.com/espressif/esp-protocols/commit/5dcc3330))

## [2.0.20](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion components/mosquitto/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2.0.20~0"
version: "2.0.20~1"
url: https://github.com/espressif/esp-protocols/tree/master/components/mosquitto
description: The component provides a simple ESP32 port of mosquitto broker
dependencies:
Expand Down

0 comments on commit 73e523e

Please sign in to comment.