Skip to content

Commit

Permalink
release: v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Nov 4, 2023
1 parent 9ca1954 commit 354aef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


v0.15.0 (2023-11-03)
--------------------

- Add cache statistics. Thanks uncle-lv_!
- Add ``Cache.get_ttl``. Thanks uncle-lv_!
- Add ``Cache.on_delete`` callback hook. Thanks uncle-lv_!
Expand Down
2 changes: 1 addition & 1 deletion src/cacheout/__init__.py
@@ -1,6 +1,6 @@
"""Cacheout is a caching library for Python."""

__version__ = "0.14.1"
__version__ = "0.15.0"

from .cache import Cache, RemovalCause
from .fifo import FIFOCache
Expand Down

0 comments on commit 354aef7

Please sign in to comment.