Version 0.12.0

This commit is contained in:
Tom Christie 2019-05-21 15:39:28 +01:00
parent 3fd0dd6190
commit 474b499141
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## 0.12.0
* Switch to ASGI 3.0.
* Fixes to CORS middleware.
* Add `StaticFiles(html=True)` support.
* Fix path quoting in redirect responses.
## 0.11.1 ## 0.11.1
* Add `request.state` interface, for storing arbitrary additional information. * Add `request.state` interface, for storing arbitrary additional information.

View File

@ -1 +1 @@
__version__ = "0.12.0.b3" __version__ = "0.12.0"