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 284f36c commit b19193cCopy full SHA for b19193c
2 files changed
CHANGES.rst
@@ -4,6 +4,11 @@ CHANGES
4
5
.. towncrier release notes start
6
7
+2.0.5 (2025-03-16)
8
+==================
9
+
10
+- Fixed a memory leak on exceptions and minor performance improvement.
11
12
2.0.4 (2023-07-27)
13
==================
14
async_lru/__init__.py
@@ -28,7 +28,7 @@
28
from typing_extensions import Self
29
30
31
-__version__ = "2.0.4"
+__version__ = "2.0.5"
32
33
__all__ = ("alru_cache",)
34
0 commit comments