bump(mdns): 1.0.8 -> 1.0.9

This commit is contained in:
David Cermak
2023-03-15 16:57:01 +01:00
parent f29719fa0b
commit c92ce075fd
3 changed files with 21 additions and 2 deletions

View File

@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(mdns): $current_version -> $new_version' bump_message: 'bump(mdns): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py mdns pre_bump_hooks: python ../../ci/changelog.py mdns
tag_format: mdns-v$version tag_format: mdns-v$version
version: 1.0.8 version: 1.0.9
version_files: version_files:
- idf_component.yml - idf_component.yml

View File

@ -1,5 +1,24 @@
# Changelog # Changelog
## [1.0.9](https://github.com/espressif/esp-protocols/commits/mdns-v1.0.9)
### Features
- Add reverse lookup to the example and test ([d464ed7](https://github.com/espressif/esp-protocols/commit/d464ed7))
- Add support for IPv6 reverse query ([d4825f5](https://github.com/espressif/esp-protocols/commit/d4825f5))
### Bug Fixes
- Reintroduce missing CHANGELOGs ([200cbb3](https://github.com/espressif/esp-protocols/commit/200cbb3))
- use semaphore instead of task notification bits (IDFGH-9380) ([73f2800](https://github.com/espressif/esp-protocols/commit/73f2800), [IDF#10754](https://github.com/espressif/esp-idf/issues/10754))
### Updated
- ci(common): force scoping commit messages with components ([c55fcc0](https://github.com/espressif/esp-protocols/commit/c55fcc0))
- Add homepage URL and License to all components ([ef3f0ee](https://github.com/espressif/esp-protocols/commit/ef3f0ee))
- docs: fix of mdns link translation ([1c850dd](https://github.com/espressif/esp-protocols/commit/1c850dd))
- unite all tags under common structure py test: update tags under common structure ([c6db3ea](https://github.com/espressif/esp-protocols/commit/c6db3ea))
## [1.0.8](https://github.com/espressif/esp-protocols/commits/b9b4a75) ## [1.0.8](https://github.com/espressif/esp-protocols/commits/b9b4a75)
### Features ### Features

View File

@ -1,4 +1,4 @@
version: "1.0.8" version: "1.0.9"
description: mDNS description: mDNS
url: https://github.com/espressif/esp-protocols/tree/master/components/mdns url: https://github.com/espressif/esp-protocols/tree/master/components/mdns
dependencies: dependencies: