Skip to content

Commit

Permalink
Release v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Sep 25, 2024
1 parent 677b99c commit e673d62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ CHANGES

.. towncrier release notes start
0.12.3 (2024-09-25)
===================

* Added SSL support for Redis backend.
* Fixed memory leak in ``SimpleMemoryBackend._redlock_release()``.
* Fixed exception for cache proxy creation when passing ``None``.


0.12.2 (2023-08-06)
===================

Expand Down
2 changes: 1 addition & 1 deletion aiocache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .backends.memory import SimpleMemoryCache
from .base import BaseCache

__version__ = "0.12.2"
__version__ = "0.12.3"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit e673d62

Please sign in to comment.