Skip to content

Commit 58e24c4

Browse files
Release 0.8.0 (#313)
1 parent ce6c43f commit 58e24c4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ CHANGES
44

55
.. towncrier release notes start
66
7-
0.8.0 (XXXX-XX-XX)
7+
0.8.0 (2022-12-11)
88
==================
99
- Add ``FlagClient`` to support memcached flags.
10+
- Fix type annotations for ``@acquire``.
11+
- Fix rare exception caused by memcached server dying in middle of operation.
12+
- Fix get method to not use CAS.
1013

1114
0.7.0 (2022-01-20)
1215
=====================

aiomcache/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
__all__ = ("Client", "ClientException", "FlagClient", "ValidationException")
1616

17-
__version__ = "0.7.0"
17+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)