mirror of https://github.com/encode/starlette.git
Version 0.12.1
This commit is contained in:
parent
594b95c1da
commit
387a2b87fa
|
@ -1,3 +1,9 @@
|
||||||
|
## 0.12.1
|
||||||
|
|
||||||
|
* Add `URL.include_query_params(**kwargs)`
|
||||||
|
* Add `URL.replace_query_params(**kwargs)`
|
||||||
|
* Add `URL.remove_query_params(param_names)`
|
||||||
|
|
||||||
## 0.12.0
|
## 0.12.0
|
||||||
|
|
||||||
* Switch to ASGI 3.0.
|
* Switch to ASGI 3.0.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.12.0"
|
__version__ = "0.12.1"
|
||||||
|
|
Loading…
Reference in New Issue