Skip to content

Commit b5cc313

Browse files
author
semantic-release
committed
0.6.0
Automatically generated by python-semantic-release
1 parent 35606da commit b5cc313

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.6.0 (2024-06-02)
6+
7+
### Chore
8+
9+
* chore(black): bring back magical comma skip ([`35606da`](https://github.com/Rizhiy/class-cache/commit/35606daa8a7fbe745047b9a87b49698623674980))
10+
11+
### Feature
12+
13+
* feat(wrappers): make wrappers more general and refactor a lot ([`debe119`](https://github.com/Rizhiy/class-cache/commit/debe1192687605224a861d2d42c13fc1a22204d3))
14+
15+
### Refactor
16+
17+
* refactor(wrapper): change a bit ([`a1a7273`](https://github.com/Rizhiy/class-cache/commit/a1a72739747ed72149f350d223ce52c3c5d216ff))
18+
19+
520
## v0.5.0 (2024-06-01)
621

722
### Feature

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.5.0"
7+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)