File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Expand file tree Collapse file tree 5 files changed +18
-5
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~1
6+ version : 2.0.20~2
77 version_files :
88 - idf_component.yml
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.20~ 2] ( https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_2 )
4+
5+ ### Features
6+
7+ - Allow user to enable SYS topic ([ 905b84fb] ( https://github.com/espressif/esp-protocols/commit/905b84fb ) )
8+
9+ ### Bug Fixes
10+
11+ - Remove temp modification of IDF files ([ 9162de11] ( https://github.com/espressif/esp-protocols/commit/9162de11 ) )
12+ - Add a note about stack size ([ dbd164dd] ( https://github.com/espressif/esp-protocols/commit/dbd164dd ) )
13+
314## [ 2.0.20~ 1] ( https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_1 )
415
516### Bug Fixes
Original file line number Diff line number Diff line change 1- version : " 2.0.20~1 "
1+ version : " 2.0.20~2 "
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 11/*
2- * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
2+ * SPDX-FileCopyrightText: 2024 Roger Light <roger@atchoo.org>
33 *
4- * SPDX-License-Identifier: Apache-2.0
4+ * SPDX-License-Identifier: EPL-2.0
5+ *
6+ * SPDX-FileContributor: 2025 Espressif Systems (Shanghai) CO LTD
57 */
68
79#include <time.h>
Original file line number Diff line number Diff line change 1212
1313#include_next "config.h"
1414
15- #define VERSION "v2.0.20~1 "
15+ #define VERSION "v2.0.20~2 "
You can’t perform that action at this time.
0 commit comments