Skip to content

Commit 5186d52

Browse files
author
semantic-release
committed
0.7.0
Automatically generated by python-semantic-release
1 parent 0c95282 commit 5186d52

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33

44

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+
516
## v0.6.1 (2024-06-03)
617

718
### Chore

class_cache/__init__.py

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

7-
__version__ = "0.6.1"
7+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)