Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb6d71a

Browse files
committed
Release v6.1.0.
1 parent77a9c59 commitbb6d71a

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
importcollections
1818
importcollections.abc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp