Skip to content

Commit

Permalink
0.9.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 26, 2024
1 parent d05f82d commit 0704349
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

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

### Feature

* feat(lru_queue): add pop_many and refactor ([`d05f82d`](https://github.com/Rizhiy/class-cache/commit/d05f82d09a486bc70ed4752e6c34066dc7c4f6aa))

## v0.8.0 (2024-07-25)

### 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.8.0"
__version__ = "0.9.0"

0 comments on commit 0704349

Please sign in to comment.