Skip to content

Commit

Permalink
0.3.0
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 26d4219 commit edb19f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



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

### Chore

* chore(pyproject): add benchmark to exclude ([`26d4219`](https://github.com/Rizhiy/class-cache/commit/26d421977a14d7e0519b86284a1d334064c24b27))

### Feature

* feat(backend): add block splitting to PickleBackend ([`a8fcb94`](https://github.com/Rizhiy/class-cache/commit/a8fcb94d28b8eb5c6bf8264e5d263b9b6a756e89))


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

### Chore
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.2.1"
__version__ = "0.3.0"

0 comments on commit edb19f7

Please sign in to comment.