Skip to content

Commit 6660f71

Browse files
bump(dns): First version [1.0.0]
1.0.0 Features - Add ESP DNS module with support for UDP, TCP, DoT, and DoH protocols (57cd608)
1 parent 57cd608 commit 6660f71

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

components/esp_dns/.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(dns): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py esp_dns
55
tag_format: esp_dns-v$version
6-
version: 0.0.1
6+
version: 1.0.0
77
version_files:
88
- idf_component.yml

components/esp_dns/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/espressif/esp-protocols/commits/esp_dns-v1.0.0)
4+
5+
### Features
6+
7+
- Add ESP DNS module with support for UDP, TCP, DoT, and DoH protocols ([57cd6080](https://github.com/espressif/esp-protocols/commit/57cd6080))

components/esp_dns/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ This component utilizes the `CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM` hook t
201201

202202
Once you add this component to your project, it will replace the default LWIP DNS resolution automatically.
203203

204-
**⚠️ Warning:** This component cannot work alongside other components that use the CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM hook, such as the OpenThread component.
204+
**⚠️ Warning:** This component cannot work alongside other components that use the `CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM` hook.
205205

206206

207207
## Troubleshooting

0 commit comments

Comments
 (0)