Skip to content

Commit cd4a8e5

Browse files
authored
Release 0.1.1 (#29)
1 parent fe173f6 commit cd4a8e5

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,24 @@ Changelog
1414

1515
.. towncrier release notes start
1616
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+
1735
v0.1.0
1836
======
1937

CHANGES/27.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""aiohttp_asyncmdnsresolver: An async resolver that support MDNS."""
22

3-
__version__ = "0.1.1.dev0"
3+
__version__ = "0.1.1"
44
__all__ = ()

0 commit comments

Comments
 (0)