Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 27, 2024
1 parent f2063c6 commit 7bf2edb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.4.1 (2024-05-27)

### Fix

* fix(backend): add proper extension for sqlite db files ([`f2063c6`](https://github.com/Rizhiy/class-cache/commit/f2063c6b69c00925b63143914d1efabc334352d5))


## v0.4.0 (2024-05-27)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion class_cache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .backends import BaseBackend
from .core import Cache, CacheWithDefault

__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit 7bf2edb

Please sign in to comment.