Skip to content

Commit 73e523e

Browse files
committed
bump(mosq): 2.0.20 -> 2.0.20~1
2.0.20~1 Bug Fixes - Use sock_utils instead of func stubs (3cd0ed3) - Update API docs adding on-message callback (5dcc333)
1 parent 3cd0ed3 commit 73e523e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

components/mosquitto/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(mosq): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py mosquitto
55
tag_format: mosq-v$version
6-
version: 2.0.20
6+
version: 2.0.20~1
77
version_files:
88
- idf_component.yml

components/mosquitto/CHANGELOG.md

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

3+
## [2.0.20~1](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_1)
4+
5+
### Bug Fixes
6+
7+
- Use sock_utils instead of func stubs ([3cd0ed37](https://github.com/espressif/esp-protocols/commit/3cd0ed37))
8+
- Update API docs adding on-message callback ([5dcc3330](https://github.com/espressif/esp-protocols/commit/5dcc3330))
9+
310
## [2.0.20](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20)
411

512
### Features

components/mosquitto/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "2.0.20~0"
1+
version: "2.0.20~1"
22
url: https://github.com/espressif/esp-protocols/tree/master/components/mosquitto
33
description: The component provides a simple ESP32 port of mosquitto broker
44
dependencies:

0 commit comments

Comments
 (0)