bump(mosq): 2.0.20 -> 2.0.20~1

2.0.20~1
Bug Fixes
- Use sock_utils instead of func stubs (3cd0ed37)
- Update API docs adding on-message callback (5dcc3330)
This commit is contained in:
David Cermak
2024-12-20 15:08:18 +01:00
parent 3cd0ed377b
commit 73e523e736
3 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(mosq): $current_version -> $new_version' bump_message: 'bump(mosq): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py mosquitto pre_bump_hooks: python ../../ci/changelog.py mosquitto
tag_format: mosq-v$version tag_format: mosq-v$version
version: 2.0.20 version: 2.0.20~1
version_files: version_files:
- idf_component.yml - idf_component.yml

View File

@ -1,5 +1,12 @@
# Changelog # 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) ## [2.0.20](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20)
### Features ### Features

View File

@ -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 url: https://github.com/espressif/esp-protocols/tree/master/components/mosquitto
description: The component provides a simple ESP32 port of mosquitto broker description: The component provides a simple ESP32 port of mosquitto broker
dependencies: dependencies: