Skip to content

Commit b9f66e2

Browse files
committed
Release 0.12.1
1 parent b74b4b6 commit b9f66e2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ CHANGES
44

55
.. towncrier release notes start
66
7+
0.12.1 (2023-04-23)
8+
===================
9+
10+
* Added ``skip_cache_func`` to dynamically skip caching certain results.
11+
* Removed typing support due to producing unresolvable errors (until v1.0).
12+
* Stopped installing ``tests`` as part of the package.
13+
714
0.12.0 (2023-01-13)
815
===================
916

aiocache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .backends.memory import SimpleMemoryCache
55
from .base import BaseCache
66

7-
__version__ = "0.12.0"
7+
__version__ = "0.12.1"
88

99
logger = logging.getLogger(__name__)
1010

0 commit comments

Comments
 (0)