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 77a9c59 commit bb6d71aCopy full SHA for bb6d71a
CHANGELOG.rst
@@ -1,3 +1,13 @@
1
+v6.1.0 (2025-06-16)
2
+===================
3
+
4
+- Improve ``LFUCache`` insertion performance by switching to an
5
+ implementation based on the `cacheing
6
+ <https://pypi.org/project/cacheing/>`_ library.
7
8
+- Update CI environment.
9
10
11
v6.0.0 (2025-05-23)
12
===================
13
src/cachetools/__init__.py
@@ -12,7 +12,7 @@
"cachedmethod",
)
14
15
-__version__ = "6.0.0"
+__version__ = "6.1.0"
16
17
import collections
18
import collections.abc
0 commit comments