Skip to content

Commit

Permalink
0.2.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 878a6a7 commit f95ca70
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



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

### Chore

* chore: add pre-commit ([`f7050eb`](https://github.com/Rizhiy/class-cache/commit/f7050eb57345a667a681e6d93233c0c49c389f3b))

### Documentation

* docs(README): add dev instructions ([`878a6a7`](https://github.com/Rizhiy/class-cache/commit/878a6a7441a4cfa4545b3f9fdb659798e0f6392f))

### Fix

* fix(core.py): fix clear() and add more tests ([`7389321`](https://github.com/Rizhiy/class-cache/commit/73893218a52d341b25fda98eea7d97638b70e0f9))


## v0.2.0 (2024-05-26)

### Documentation
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.0"
__version__ = "0.2.1"

0 comments on commit f95ca70

Please sign in to comment.