mirror of https://github.com/encode/starlette.git
Version 0.12.12
This commit is contained in:
parent
cefe8dcab1
commit
d9bd9b42d9
|
@ -1,3 +1,7 @@
|
|||
## 0.12.12
|
||||
|
||||
* Fix `request.url_for()` for the Mount-within-a-Mount case.
|
||||
|
||||
## 0.12.11
|
||||
|
||||
* Fix `request.url_for()` when an ASGI `root_path` is being used.
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.12.11"
|
||||
__version__ = "0.12.12"
|
||||
|
|
Loading…
Reference in New Issue