This commit is contained in:
2026-07-14 22:50:46 +04:00
parent 27143319e3
commit bd19e0682b
3116 changed files with 467189 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Changelog
## 0.2.0 (2025-03-04)
* Support multiple DNS queries
## 0.1.3 (2024-02-02)
* Support OTP 24
## 0.1.2 (2024-01-08)
* Use `:inet_res.getbyname/2` to resolve the given hostname to support search list for host-name lookup, such as in k8s and similar setups
## 0.1.1 (2023-09-27)
* Fix bug where an empty clauses would raise an argument error
## 0.1.0 (2023-07-11)
* Initial release