mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
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:
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
Reference in New Issue
Block a user