Skip to content

Commit

Permalink
release 0.12.0 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
northernSage authored Feb 11, 2024
1 parent b76abc3 commit 18bb52c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Version 0.12.0
--------------

Unreleased
Released 2024-02-11

- ``RedisCache`` now supports callables as keys
- Added ``MongoDB`` as a cache backend


Version 0.11.0
--------------

Released 2024-02010
Released 2024-02-10

- Drop python 3.7 support
- Add python 3.11 support
Expand Down
2 changes: 1 addition & 1 deletion src/cachelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"DynamoDbCache",
"MongoDbCache",
]
__version__ = "0.11.0"
__version__ = "0.12.0"

0 comments on commit 18bb52c

Please sign in to comment.