Skip to content

Commit e14e21a

Browse files
bump(mosq): 2.0.20~1 -> 2.0.20~2
## [2.0.20~2](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_2)### Features- Allow user to enable SYS topic ([905b84f](https://github.com/espressif/esp-protocols/commit/905b84fb))### Bug Fixes- Remove temp modification of IDF files ([9162de1](9162de11))- Add a note about stack size ([dbd164d](dbd164dd))
1 parent 905b84f commit e14e21a

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

components/mosquitto/.cz.yaml

+1-1
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~1
6+
version: 2.0.20~2
77
version_files:
88
- idf_component.yml

components/mosquitto/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

components/mosquitto/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "2.0.20~1"
1+
version: "2.0.20~2"
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:

components/mosquitto/port/mosq_time.c

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/*
2-
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
2+
* SPDX-FileCopyrightText: 2024 Roger Light <[email protected]>
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>

components/mosquitto/port/priv_include/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
#include_next "config.h"
1414

15-
#define VERSION "v2.0.20~1"
15+
#define VERSION "v2.0.20~2"

0 commit comments

Comments
 (0)