Skip to content

Commit

Permalink
release: v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Dec 22, 2023
1 parent abfaa86 commit db646e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


v0.16.0 (2023-12-22)
--------------------

- Add ``Cache.on_get`` callback hook. Thanks uncle-lv_!
- Add ``Cache.on_set`` callback hook. Thanks uncle-lv_!

Expand Down
2 changes: 1 addition & 1 deletion src/cacheout/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Cacheout is a caching library for Python."""

__version__ = "0.15.0"
__version__ = "0.16.0"

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

0 comments on commit db646e1

Please sign in to comment.