Skip to content

Commit

Permalink
Feature #308/alternative key builder (#315)
Browse files Browse the repository at this point in the history
* Add key_builder param to caches to customize keys
  • Loading branch information
argaen committed Jul 30, 2017
1 parent 923e53d commit ededcfd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog


## 0.7.2 (2017-07-23)

#### Other

* Add key_builder param to caches to customize keys [#310](https://github.com/argaen/aiocache/issues/310) - Manuel Miranda

* Propagate correct message on memcached connector error [#309](https://github.com/argaen/aiocache/issues/309) - Manuel Miranda



## 0.7.1 (2017-07-15)


Expand Down
2 changes: 1 addition & 1 deletion aiocache/_version.py
@@ -1 +1 @@
__version__ = '0.7.1'
__version__ = '0.7.2'
1 change: 1 addition & 0 deletions requirements-ci.txt
@@ -1,5 +1,6 @@
-r requirements.txt
-e .

flake8==3.4.1
mypy==0.521
pytest==3.1.3
Expand Down

0 comments on commit ededcfd

Please sign in to comment.