From 247ca41bb7e10d3b6f9a4af318b9a2f85db883ce Mon Sep 17 00:00:00 2001 From: Suren Gabrielyan Date: Tue, 6 Feb 2024 11:51:38 +0400 Subject: [PATCH] bump(mdns): 1.2.3 -> 1.2.4 1.2.4 Bug Fixes - Correction on 6d2c475 MDNS_PREDEF_NETIF_ETH fix (fc59f87c4e) - fix the logic of creating pcb for networking socket (5000a9a20a) - fix compiling issue when disabling IPv4 (2646dcd23a) - Fix compile error when MDNS_PREDEF_NETIF_ETH is defined, but ETH_ENABLED is not (#459) (6d2c475c20) --- components/mdns/.cz.yaml | 2 +- components/mdns/CHANGELOG.md | 9 +++++++++ components/mdns/idf_component.yml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/components/mdns/.cz.yaml b/components/mdns/.cz.yaml index a4813451e3..331633d6cb 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.3 + version: 1.2.4 version_files: - idf_component.yml diff --git a/components/mdns/CHANGELOG.md b/components/mdns/CHANGELOG.md index 3e396e0b8e..d59ad7b901 100644 --- a/components/mdns/CHANGELOG.md +++ b/components/mdns/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.4](https://github.com/espressif/esp-protocols/commits/mdns-v1.2.4) + +### Bug Fixes + +- Correction on 6d2c475 MDNS_PREDEF_NETIF_ETH fix ([fc59f87c4e](https://github.com/espressif/esp-protocols/commit/fc59f87c4e)) +- fix the logic of creating pcb for networking socket ([5000a9a20a](https://github.com/espressif/esp-protocols/commit/5000a9a20a)) +- fix compiling issue when disabling IPv4 ([2646dcd23a](https://github.com/espressif/esp-protocols/commit/2646dcd23a)) +- Fix compile error when MDNS_PREDEF_NETIF_ETH is defined, but ETH_ENABLED is not (#459) ([6d2c475c20](https://github.com/espressif/esp-protocols/commit/6d2c475c20)) + ## [1.2.3](https://github.com/espressif/esp-protocols/commits/mdns-v1.2.3) ### Bug Fixes diff --git a/components/mdns/idf_component.yml b/components/mdns/idf_component.yml index 8a3b3ab7fd..248f1c424f 100644 --- a/components/mdns/idf_component.yml +++ b/components/mdns/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.2.3" +version: "1.2.4" description: mDNS url: https://github.com/espressif/esp-protocols/tree/master/components/mdns dependencies: