Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 28, 2024
1 parent ec4049f commit 35cd3eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v0.10.0 (2024-07-28)

### Feature

* feat(core): add max_items functionality, so memory usage is decreased ([`337727b`](https://github.com/Rizhiy/class-cache/commit/337727bd990cc55d2d98a6149715d85326daef3c))

### Test

* test(test_core): use plain random instead of numpy ([`ec4049f`](https://github.com/Rizhiy/class-cache/commit/ec4049fbca3ab19ebb0a8497786eaa8d2a4b208d))

## v0.9.0 (2024-07-26)

### 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 @@ -4,4 +4,4 @@
from .types import CacheInterface
from .wrappers import BaseWrapper

__version__ = "0.9.0"
__version__ = "0.10.0"

0 comments on commit 35cd3eb

Please sign in to comment.