From 75af01670e827bb35583a966840058bae119a228 Mon Sep 17 00:00:00 2001 From: Suren Gabrielyan Date: Fri, 5 Jan 2024 14:00:34 +0400 Subject: [PATCH] bump(mdns): 1.2.2 -> 1.2.3 1.2.3 Bug Fixes - fixed CI issues for host and afl tests (4be5efc84e) - fix copy delegated host addr (19fb36000c) - enable CONFIG_ESP_WIFI_ENABLED if CONFIG_SOC_WIFI_SUPPORTED is also enabled (for ESP-IDF <= 5.1) (d20a718320) - remove protocol_examples_common (1ee9dae6bf) - move the example into a subdirectory (d28232b9f8) - reference protocol_examples_common from IDF (c83b76ea8f) --- components/mdns/.cz.yaml | 2 +- components/mdns/CHANGELOG.md | 11 +++++++++++ components/mdns/idf_component.yml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/components/mdns/.cz.yaml b/components/mdns/.cz.yaml index 77043ef0c..a4813451e 100644 --- a/components/mdns/.cz.yaml +++ b/components/mdns/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(mdns): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py mdns tag_format: mdns-v$version - version: 1.2.2 + version: 1.2.3 version_files: - idf_component.yml diff --git a/components/mdns/CHANGELOG.md b/components/mdns/CHANGELOG.md index 87d171928..3e396e0b8 100644 --- a/components/mdns/CHANGELOG.md +++ b/components/mdns/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.2.3](https://github.com/espressif/esp-protocols/commits/mdns-v1.2.3) + +### Bug Fixes + +- fixed CI issues for host and afl tests ([4be5efc84e](https://github.com/espressif/esp-protocols/commit/4be5efc84e)) +- fix copy delegated host addr ([19fb36000c](https://github.com/espressif/esp-protocols/commit/19fb36000c)) +- enable CONFIG_ESP_WIFI_ENABLED if CONFIG_SOC_WIFI_SUPPORTED is also enabled (for ESP-IDF <= 5.1) ([d20a718320](https://github.com/espressif/esp-protocols/commit/d20a718320)) +- remove protocol_examples_common ([1ee9dae6bf](https://github.com/espressif/esp-protocols/commit/1ee9dae6bf)) +- move the example into a subdirectory ([d28232b9f8](https://github.com/espressif/esp-protocols/commit/d28232b9f8)) +- reference protocol_examples_common from IDF ([c83b76ea8f](https://github.com/espressif/esp-protocols/commit/c83b76ea8f)) + ## [1.2.2](https://github.com/espressif/esp-protocols/commits/mdns-v1.2.2) ### Bug Fixes diff --git a/components/mdns/idf_component.yml b/components/mdns/idf_component.yml index 82a63c4ac..8a3b3ab7f 100644 --- a/components/mdns/idf_component.yml +++ b/components/mdns/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.2.2" +version: "1.2.3" description: mDNS url: https://github.com/espressif/esp-protocols/tree/master/components/mdns dependencies: