Skip to content

Commit

Permalink
Bump version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
argaen committed May 15, 2017
1 parent 7e24e3b commit 2c5f847
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ Changelog
=========


0.5.2 (2017-05-15)
------------------
- Reuse connection context manager `#225
<https://github.com/argaen/issues/#225>`_ [Manuel Miranda]
- Add performance footprint tests `#228
<https://github.com/argaen/issues/#228>`_ [Manuel Miranda]
- Timeout=0 takes precedence over self.timeout `#227
<https://github.com/argaen/issues/#227>`_ [Manuel Miranda]
- Lock when acquiring redis connection `#224
<https://github.com/argaen/issues/#224>`_ [Manuel Miranda]
- Added performance concurrency tests `#216
<https://github.com/argaen/issues/#216>`_ [Manuel Miranda]


0.5.1
----------
- Deprecate settings module `#215
Expand Down
2 changes: 1 addition & 1 deletion aiocache/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.1'
__version__ = '0.5.2'

0 comments on commit 2c5f847

Please sign in to comment.