Skip to content

Commit 8c27250

Browse files
author
semantic-release
committed
0.5.0
Automatically generated by python-semantic-release
1 parent cfff762 commit 8c27250

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.5.0 (2024-06-01)
6+
7+
### Feature
8+
9+
* feat(backend): add brotli compression wrapper ([`cfff762`](https://github.com/Rizhiy/class-cache/commit/cfff762c7e2131fde3b865a4422d6a616555dd04))
10+
11+
512
## v0.4.1 (2024-05-27)
613

714
### Fix

class_cache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .backends import BaseBackend
44
from .core import Cache, CacheWithDefault
55

6-
__version__ = "0.4.1"
6+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)