mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.75.0
This commit is contained in:
parent
586d17bfb5
commit
19769d0483
|
|
@ -3,6 +3,8 @@
|
||||||
## Latest Changes
|
## Latest Changes
|
||||||
|
|
||||||
|
|
||||||
|
## 0.75.0
|
||||||
|
|
||||||
* ✨ Add support for custom `generate_unique_id_function` and docs for generating clients. New docs: [Advanced - Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/). PR [#4650](https://github.com/tiangolo/fastapi/pull/4650) by [@tiangolo](https://github.com/tiangolo).
|
* ✨ Add support for custom `generate_unique_id_function` and docs for generating clients. New docs: [Advanced - Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/). PR [#4650](https://github.com/tiangolo/fastapi/pull/4650) by [@tiangolo](https://github.com/tiangolo).
|
||||||
|
|
||||||
## 0.74.1
|
## 0.74.1
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||||
|
|
||||||
__version__ = "0.74.1"
|
__version__ = "0.75.0"
|
||||||
|
|
||||||
from starlette import status as status
|
from starlette import status as status
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue