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 0c95282 commit 5186d52Copy full SHA for 5186d52
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
4
5
+## v0.7.0 (2024-06-04)
6
+
7
+### Feature
8
9
+* feat(wrappers): add expiration wrapper ([`0f3483f`](https://github.com/Rizhiy/class-cache/commit/0f3483f74cf78fb2caf62518c75df224a8668c59))
10
11
+### Fix
12
13
+* fix(wrapper): fix utc setting for python 3.10 ([`0c95282`](https://github.com/Rizhiy/class-cache/commit/0c952828960883b4aa64870391503e3d98d10cef))
14
15
16
## v0.6.1 (2024-06-03)
17
18
### Chore
class_cache/__init__.py
@@ -4,4 +4,4 @@
from .core import Cache, CacheWithDefault
from .wrappers import BaseWrapper
-__version__ = "0.6.1"
+__version__ = "0.7.0"
0 commit comments