Skip to content

Commit cb061c9

Browse files
committed
bump(mdns): 1.5.3 -> 1.6.0
1.6.0 Features - support allocating mDNS task from SPIRAM (8fcad10) Bug Fixes - Use correct task delete function (eb4ab52) Updated - ci(mdns): Fix mdns host test layers with static task creation (0690eba)
1 parent 0690eba commit cb061c9

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.5.3
6+
version: 1.6.0
77
version_files:
88
- idf_component.yml

components/mdns/CHANGELOG.md

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

3+
## [1.6.0](https://github.com/espressif/esp-protocols/commits/mdns-v1.6.0)
4+
5+
### Features
6+
7+
- support allocating mDNS task from SPIRAM ([8fcad10c](https://github.com/espressif/esp-protocols/commit/8fcad10c))
8+
9+
### Bug Fixes
10+
11+
- Use correct task delete function ([eb4ab524](https://github.com/espressif/esp-protocols/commit/eb4ab524))
12+
13+
### Updated
14+
15+
- ci(mdns): Fix mdns host test layers with static task creation ([0690eba3](https://github.com/espressif/esp-protocols/commit/0690eba3))
16+
317
## [1.5.3](https://github.com/espressif/esp-protocols/commits/mdns-v1.5.3)
418

519
### Bug Fixes

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.5.3"
1+
version: "1.6.0"
22
description: "Multicast UDP service used to provide local network service and host discovery."
33
url: "https://github.com/espressif/esp-protocols/tree/master/components/mdns"
44
issues: "https://github.com/espressif/esp-protocols/issues"

0 commit comments

Comments
 (0)