Skip to content

Commit 7bf2edb

Browse files
author
semantic-release
committed
0.4.1
Automatically generated by python-semantic-release
1 parent f2063c6 commit 7bf2edb

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.4.1 (2024-05-27)
6+
7+
### Fix
8+
9+
* fix(backend): add proper extension for sqlite db files ([`f2063c6`](https://github.com/Rizhiy/class-cache/commit/f2063c6b69c00925b63143914d1efabc334352d5))
10+
11+
512
## v0.4.0 (2024-05-27)
613

714
### Feature

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.0"
6+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)