Skip to content

Commit e673d62

Browse files
committed
Release v0.12.3
1 parent 677b99c commit e673d62

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

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

55
.. towncrier release notes start
66
7+
0.12.3 (2024-09-25)
8+
===================
9+
10+
* Added SSL support for Redis backend.
11+
* Fixed memory leak in ``SimpleMemoryBackend._redlock_release()``.
12+
* Fixed exception for cache proxy creation when passing ``None``.
13+
14+
715
0.12.2 (2023-08-06)
816
===================
917

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.2"
7+
__version__ = "0.12.3"
88

99
logger = logging.getLogger(__name__)
1010

0 commit comments

Comments
 (0)