File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff 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~4
6+ version : 2.0.20~5
77 version_files :
88 - idf_component.yml
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.20~ 5] ( https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_5 )
4+
5+ ### Features
6+
7+ - Add support for basic MQTT authentication ([ 65b58aa0] ( https://github.com/espressif/esp-protocols/commit/65b58aa0 ) )
8+
9+ ### Bug Fixes
10+
11+ - Add optional mqtt deps to examples ([ 6f6110e3] ( https://github.com/espressif/esp-protocols/commit/6f6110e3 ) )
12+ - Update example to optionally use basic mqtt auth ([ 38384852] ( https://github.com/espressif/esp-protocols/commit/38384852 ) )
13+ - Fix unpwd-check wrap function ([ ba3377b2] ( https://github.com/espressif/esp-protocols/commit/ba3377b2 ) )
14+ - Fix the version check ([ 9fbb6e6d] ( https://github.com/espressif/esp-protocols/commit/9fbb6e6d ) )
15+
316## [ 2.0.20~ 4] ( https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_4 )
417
518### Features
Original file line number Diff line number Diff line change 1- version : " 2.0.20~4 "
1+ version : " 2.0.20~5 "
22url : https://github.com/espressif/esp-protocols/tree/master/components/mosquitto
33description : The component provides a simple ESP32 port of mosquitto broker
44dependencies :
Original file line number Diff line number Diff line change 2020#undef isspace
2121#define isspace (__c ) (__ctype_lookup((int)__c)&_S)
2222
23- #define VERSION "v2.0.20~4 "
23+ #define VERSION "v2.0.20~5 "
You can’t perform that action at this time.
0 commit comments