mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
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 ([905b84fb
](https://github.com/espressif/esp-protocols/commit/905b84fb))### Bug Fixes- Remove temp modification of IDF files ([9162de11
](https://github.com/espressif/esp-protocols/commit/9162de11))- Add a note about stack size ([dbd164dd
](https://github.com/espressif/esp-protocols/commit/dbd164dd))
This commit is contained in:
@ -3,6 +3,6 @@ commitizen:
|
||||
bump_message: 'bump(mosq): $current_version -> $new_version'
|
||||
pre_bump_hooks: python ../../ci/changelog.py mosquitto
|
||||
tag_format: mosq-v$version
|
||||
version: 2.0.20~1
|
||||
version: 2.0.20~2
|
||||
version_files:
|
||||
- idf_component.yml
|
||||
|
@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## [2.0.20~2](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_2)
|
||||
|
||||
### Features
|
||||
|
||||
- Allow user to enable SYS topic ([905b84fb](https://github.com/espressif/esp-protocols/commit/905b84fb))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Remove temp modification of IDF files ([9162de11](https://github.com/espressif/esp-protocols/commit/9162de11))
|
||||
- Add a note about stack size ([dbd164dd](https://github.com/espressif/esp-protocols/commit/dbd164dd))
|
||||
|
||||
## [2.0.20~1](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_1)
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: "2.0.20~1"
|
||||
version: "2.0.20~2"
|
||||
url: https://github.com/espressif/esp-protocols/tree/master/components/mosquitto
|
||||
description: The component provides a simple ESP32 port of mosquitto broker
|
||||
dependencies:
|
||||
|
@ -1,7 +1,9 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
||||
* SPDX-FileCopyrightText: 2024 Roger Light <roger@atchoo.org>
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
* SPDX-License-Identifier: EPL-2.0
|
||||
*
|
||||
* SPDX-FileContributor: 2025 Espressif Systems (Shanghai) CO LTD
|
||||
*/
|
||||
|
||||
#include <time.h>
|
||||
|
@ -12,4 +12,4 @@
|
||||
|
||||
#include_next "config.h"
|
||||
|
||||
#define VERSION "v2.0.20~1"
|
||||
#define VERSION "v2.0.20~2"
|
||||
|
Reference in New Issue
Block a user