(2025-02-05)
Created the :class:`aiohttp_asyncmdnsresolver.api.AsyncDualMDNSResolver` class to resolve
.local
names using both mDNS and DNS -- by :user:`bdraco`.Related issues and pull requests on GitHub: :issue:`23`.
(2025-01-31)
Fixed imports not being properly sorted -- by :user:`bdraco`.
Related issues and pull requests on GitHub: :issue:`21`.
(2025-01-30)
Migrated to using zeroconf's built-in resolver classes -- by :user:`bdraco`.
Related issues and pull requests on GitHub: :issue:`19`.
(2025-01-05)
Initial release