Skip to content

Commit 0bb72f2

Browse files
bump(mdns): 1.2.1 -> 1.2.2
1.2.2 Bug Fixes - add terminator for the getting host name (b6a4d94) - Enable ESP_WIFI_CONFIG when ESP-IDF <= 5.1 (0b783c0) - set host list NULL on destroy (ea54eef) - removed Wno-format flag and fixed formatting warnings (c48e442) - remove the the range of MDNS_MAX_SERVICES and fix issues of string functions (3dadce2)
1 parent ebdac9c commit 0bb72f2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

components/mdns/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(mdns): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py mdns
55
tag_format: mdns-v$version
6-
version: 1.2.1
6+
version: 1.2.2
77
version_files:
88
- idf_component.yml

components/mdns/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.2.2](https://github.com/espressif/esp-protocols/commits/mdns-v1.2.2)
4+
5+
### Bug Fixes
6+
7+
- add terminator for the getting host name ([b6a4d94](https://github.com/espressif/esp-protocols/commit/b6a4d94))
8+
- Enable ESP_WIFI_CONFIG when ESP-IDF <= 5.1 ([0b783c0](https://github.com/espressif/esp-protocols/commit/0b783c0))
9+
- set host list NULL on destroy ([ea54eef](https://github.com/espressif/esp-protocols/commit/ea54eef))
10+
- removed Wno-format flag and fixed formatting warnings ([c48e442](https://github.com/espressif/esp-protocols/commit/c48e442))
11+
- remove the the range of MDNS_MAX_SERVICES and fix issues of string functions ([3dadce2](https://github.com/espressif/esp-protocols/commit/3dadce2))
12+
313
## [1.2.1](https://github.com/espressif/esp-protocols/commits/mdns-v1.2.1)
414

515
### Features

components/mdns/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.2.1"
1+
version: "1.2.2"
22
description: mDNS
33
url: https://github.com/espressif/esp-protocols/tree/master/components/mdns
44
dependencies:

0 commit comments

Comments
 (0)