Skip to content

Commit ecc465d

Browse files
authored
Merge pull request #321 from gabsuren/mdns/release_1.2.0
bump(mdns): 1.1.0 -> 1.2.0
2 parents 40e3875 + 181b6e4 commit ecc465d

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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.1.0
6+
version: 1.2.0
77
version_files:
88
- idf_component.yml

components/mdns/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/espressif/esp-protocols/commits/mdns-v1.2.0)
4+
5+
### Features
6+
7+
- add an API for setting address to a delegated host ([ddc3eb6](https://github.com/espressif/esp-protocols/commit/ddc3eb6))
8+
- Add support for lwip build under linux ([588465d](https://github.com/espressif/esp-protocols/commit/588465d))
9+
- Allow for adding a delegated host with no address ([c562461](https://github.com/espressif/esp-protocols/commit/c562461))
10+
- Add APIs for looking up self hosted services and getting the self hostname ([f0df12d](https://github.com/espressif/esp-protocols/commit/f0df12d))
11+
12+
### Bug Fixes
13+
14+
- Refactor freertos linux compat layers ([79a0e57](https://github.com/espressif/esp-protocols/commit/79a0e57))
15+
- Fix delegated service PTR response ([cab0e1d](https://github.com/espressif/esp-protocols/commit/cab0e1d))
16+
- Added unit tests to CI + minor fix to pass it ([c974c14](https://github.com/espressif/esp-protocols/commit/c974c14))
17+
18+
### Updated
19+
20+
- docs: update documentation links ([4de5298](https://github.com/espressif/esp-protocols/commit/4de5298))
21+
322
## [1.1.0](https://github.com/espressif/esp-protocols/commits/mdns-v1.1.0)
423

524
### 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.1.0"
1+
version: "1.2.0"
22
description: mDNS
33
url: https://github.com/espressif/esp-protocols/tree/master/components/mdns
44
dependencies:

0 commit comments

Comments
 (0)