We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76abc3 commit 18bb52cCopy full SHA for 18bb52c
CHANGES.rst
@@ -1,15 +1,16 @@
1
Version 0.12.0
2
--------------
3
4
-Unreleased
+Released 2024-02-11
5
6
- ``RedisCache`` now supports callables as keys
7
- Added ``MongoDB`` as a cache backend
8
9
+
10
Version 0.11.0
11
12
-Released 2024-02010
13
+Released 2024-02-10
14
15
- Drop python 3.7 support
16
- Add python 3.11 support
src/cachelib/__init__.py
@@ -19,4 +19,4 @@
19
"DynamoDbCache",
20
"MongoDbCache",
21
]
22
-__version__ = "0.11.0"
+__version__ = "0.12.0"
0 commit comments