mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.58.1
This commit is contained in:
parent
eea9ab6106
commit
3ff504f03f
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Latest changes
|
||||
|
||||
## 0.58.1
|
||||
|
||||
* Add link in docs to Pydantic data types. PR [#1612](https://github.com/tiangolo/fastapi/pull/1612) by [@tayoogunbiyi](https://github.com/tayoogunbiyi).
|
||||
* Fix link in warning logs for `openapi_prefix`. PR [#1611](https://github.com/tiangolo/fastapi/pull/1611) by [@bavaria95](https://github.com/bavaria95).
|
||||
* Fix bad link in docs. PR [#1603](https://github.com/tiangolo/fastapi/pull/1603) by [@molto0504](https://github.com/molto0504).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.58.0"
|
||||
__version__ = "0.58.1"
|
||||
|
||||
from starlette import status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue