We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d95ea9 commit f4c64c0Copy full SHA for f4c64c0
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
4
+## 0.10.0 (2018-06-17)
5
+
6
+* Cache can be disabled in decorated functions using `cache_read` and `cache_write` [#404](https://github.com/argaen/aiocache/issues/404) - Josep Cugat
7
8
+* Cache constructor can receive now default ttl [#405](https://github.com/argaen/aiocache/issues/405) - Josep Cugat
9
## 0.9.1 (2018-04-27)
10
11
* Single deploy step [#395](https://github.com/argaen/aiocache/issues/395) - Manuel Miranda
aiocache/_version.py
@@ -1 +1 @@
-__version__ = '0.9.1'
+__version__ = '0.10.0'
0 commit comments