Skip to content

Commit b19193c

Browse files
Release 2.0.5 (#648)
1 parent 284f36c commit b19193c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

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

55
.. towncrier release notes start
66
7+
2.0.5 (2025-03-16)
8+
==================
9+
10+
- Fixed a memory leak on exceptions and minor performance improvement.
11+
712
2.0.4 (2023-07-27)
813
==================
914

async_lru/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from typing_extensions import Self
2929

3030

31-
__version__ = "2.0.4"
31+
__version__ = "2.0.5"
3232

3333
__all__ = ("alru_cache",)
3434

0 commit comments

Comments
 (0)