Skip to content

Commit bb6d71a

Browse files
committed
Release v6.1.0.
1 parent 77a9c59 commit bb6d71a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
v6.0.0 (2025-05-23)
212
===================
313

src/cachetools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"cachedmethod",
1313
)
1414

15-
__version__ = "6.0.0"
15+
__version__ = "6.1.0"
1616

1717
import collections
1818
import collections.abc

0 commit comments

Comments
 (0)