File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
3
3
bump_message : ' bump(mdns): $current_version -> $new_version'
4
4
pre_bump_hooks : python ../../ci/changelog.py mdns
5
5
tag_format : mdns-v$version
6
- version : 1.2.1
6
+ version : 1.2.2
7
7
version_files :
8
8
- idf_component.yml
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
13
## [ 1.2.1] ( https://github.com/espressif/esp-protocols/commits/mdns-v1.2.1 )
4
14
5
15
### Features
Original file line number Diff line number Diff line change 1
- version : " 1.2.1 "
1
+ version : " 1.2.2 "
2
2
description : mDNS
3
3
url : https://github.com/espressif/esp-protocols/tree/master/components/mdns
4
4
dependencies :
You can’t perform that action at this time.
0 commit comments