Skip to content

Commit

Permalink
Release 0.8.0 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Dec 11, 2022
1 parent ce6c43f commit 58e24c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ CHANGES

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

0.7.0 (2022-01-20)
=====================
Expand Down
2 changes: 1 addition & 1 deletion aiomcache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

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

__version__ = "0.7.0"
__version__ = "0.8.0"

0 comments on commit 58e24c4

Please sign in to comment.