Skip to content

Commit 6d4edff

Browse files
author
semantic-release
committed
0.8.0
Automatically generated by python-semantic-release
1 parent 29f2c0f commit 6d4edff

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

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+
313
## v0.7.1 (2024-07-22)
414

515
### Fix

class_cache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .types import CacheInterface
55
from .wrappers import BaseWrapper
66

7-
__version__ = "0.7.1"
7+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)