mirror of https://github.com/encode/starlette.git
Version 0.12.0
This commit is contained in:
parent
3fd0dd6190
commit
474b499141
|
@ -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
|
||||
|
||||
* Add `request.state` interface, for storing arbitrary additional information.
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.12.0.b3"
|
||||
__version__ = "0.12.0"
|
||||
|
|
Loading…
Reference in New Issue