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 64e52a3 commit b4e713bCopy full SHA for b4e713b
CHANGES.rst
@@ -4,6 +4,13 @@ CHANGES
4
5
.. towncrier release notes start
6
7
+
8
+2.1.0 (2026-01-17)
9
+==================
10
11
+- Fixed cancelling of task when all tasks waiting on it have been cancelled.
12
+- Fixed DeprecationWarning from asyncio.iscoroutinefunction.
13
14
2.0.5 (2025-03-16)
15
==================
16
async_lru/__init__.py
@@ -31,7 +31,7 @@
31
from asyncio.coroutines import _is_coroutine # type: ignore[attr-defined]
32
33
34
-__version__ = "2.0.5"
+__version__ = "2.1.0"
35
36
__all__ = ("alru_cache",)
37
0 commit comments