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 29f2c0f commit 6d4edffCopy full SHA for 6d4edff
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# CHANGELOG
2
3
+## v0.8.0 (2024-07-25)
4
+
5
+### Feature
6
7
+* feat(lru_queue): add LRUQueue ([`520f470`](https://github.com/Rizhiy/class-cache/commit/520f470efc12dc6c3453edcec155205d0a20784e))
8
9
+### Test
10
11
+* test: fix iterator call ([`29f2c0f`](https://github.com/Rizhiy/class-cache/commit/29f2c0f75de2e421dc7a8f1589418469973016e5))
12
13
## v0.7.1 (2024-07-22)
14
15
### Fix
class_cache/__init__.py
@@ -4,4 +4,4 @@
from .types import CacheInterface
from .wrappers import BaseWrapper
-__version__ = "0.7.1"
+__version__ = "0.8.0"
0 commit comments