File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
3
3
bump_message : ' bump(mosq): $current_version -> $new_version'
4
4
pre_bump_hooks : python ../../ci/changelog.py mosquitto
5
5
tag_format : mosq-v$version
6
- version : 2.0.20
6
+ version : 2.0.20~1
7
7
version_files :
8
8
- idf_component.yml
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 2.0.20] ( https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20 )
4
11
5
12
### Features
Original file line number Diff line number Diff line change 1
- version : " 2.0.20~0 "
1
+ version : " 2.0.20~1 "
2
2
url : https://github.com/espressif/esp-protocols/tree/master/components/mosquitto
3
3
description : The component provides a simple ESP32 port of mosquitto broker
4
4
dependencies :
You can’t perform that action at this time.
0 commit comments