Skip to content

Commit 7ef00b7

Browse files
Release v2.2.0 (#741)
1 parent 01db639 commit 7ef00b7

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
@@ -5,6 +5,13 @@ CHANGES
55
.. towncrier release notes start
66
77
8+
2.2.0 (2026-02-20)
9+
==================
10+
11+
- Added a ``jitter`` parameter to randomise TTL.
12+
- Raise ``RuntimeError`` when cache is used by different loop.
13+
14+
815
2.1.0 (2026-01-17)
916
==================
1017

async_lru/__init__.py

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

3434

35-
__version__ = "2.1.0"
35+
__version__ = "2.2.0"
3636

3737
__all__ = ("alru_cache",)
3838

0 commit comments

Comments
 (0)