mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.111.0
This commit is contained in:
parent
9ed94e4f68
commit
67da3bb52e
|
|
@ -5,10 +5,10 @@ hide:
|
|||
|
||||
# Release Notes
|
||||
|
||||
## 0.110.3
|
||||
|
||||
## Latest Changes
|
||||
|
||||
## 0.111.0
|
||||
|
||||
### Features
|
||||
|
||||
* ✨ Add FastAPI CLI, the new `fastapi` command. PR [#11522](https://github.com/tiangolo/fastapi/pull/11522) by [@tiangolo](https://github.com/tiangolo).
|
||||
|
|
@ -17,6 +17,8 @@ hide:
|
|||
|
||||
* 🔧 Add configs and setup for `fastapi-slim` including optional extras `fastapi-slim[standard]`, and `fastapi` including by default the same `standard` extras. PR [#11503](https://github.com/tiangolo/fastapi/pull/11503) by [@tiangolo](https://github.com/tiangolo).
|
||||
|
||||
## 0.110.3
|
||||
|
||||
### Docs
|
||||
|
||||
* 📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit. PR [#11496](https://github.com/tiangolo/fastapi/pull/11496) by [@tiangolo](https://github.com/tiangolo).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.111.0.dev1"
|
||||
__version__ = "0.111.0"
|
||||
|
||||
from starlette import status as status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue