File tree 5 files changed +18
-5
lines changed
5 files changed +18
-5
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~1
6
+ version : 2.0.20~2
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~ 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
+
3
14
## [ 2.0.20~ 1] ( https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_1 )
4
15
5
16
### Bug Fixes
Original file line number Diff line number Diff line change 1
- version : " 2.0.20~1 "
1
+ version : " 2.0.20~2 "
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 :
Original file line number Diff line number Diff line change 1
1
/*
2
- * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
2
+ * SPDX-FileCopyrightText: 2024 Roger Light <[email protected] >
3
3
*
4
- * SPDX-License-Identifier: Apache-2.0
4
+ * SPDX-License-Identifier: EPL-2.0
5
+ *
6
+ * SPDX-FileContributor: 2025 Espressif Systems (Shanghai) CO LTD
5
7
*/
6
8
7
9
#include <time.h>
Original file line number Diff line number Diff line change 12
12
13
13
#include_next "config.h"
14
14
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