Skip to content

Commit b4e713b

Browse files
Release v2.1.0 (#729)
1 parent 64e52a3 commit b4e713b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ CHANGES
44

55
.. towncrier release notes start
66
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+
714
2.0.5 (2025-03-16)
815
==================
916

async_lru/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from asyncio.coroutines import _is_coroutine # type: ignore[attr-defined]
3232

3333

34-
__version__ = "2.0.5"
34+
__version__ = "2.1.0"
3535

3636
__all__ = ("alru_cache",)
3737

0 commit comments

Comments
 (0)