We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe173f6 commit cd4a8e5Copy full SHA for cd4a8e5
CHANGES.rst
@@ -14,6 +14,24 @@ Changelog
14
15
.. towncrier release notes start
16
17
+v0.1.1
18
+======
19
+
20
+*(2025-02-14)*
21
22
23
+Miscellaneous internal changes
24
+------------------------------
25
26
+- Improved MDNS resolver performance when the name is already in the cache -- by :user:`bdraco`.
27
28
+ *Related issues and pull requests on GitHub:*
29
+ :issue:`27`.
30
31
32
+----
33
34
35
v0.1.0
36
======
37
CHANGES/27.misc.rst
src/aiohttp_asyncmdnsresolver/__init__.py
@@ -1,4 +1,4 @@
1
"""aiohttp_asyncmdnsresolver: An async resolver that support MDNS."""
2
3
-__version__ = "0.1.1.dev0"
+__version__ = "0.1.1"
4
__all__ = ()
0 commit comments