mirror of https://github.com/tiangolo/fastapi.git
🚀 Bump version and add Release Notes
This commit is contained in:
parent
5c9c088a2a
commit
6d9fc08a7e
|
|
@ -0,0 +1,3 @@
|
||||||
|
## 0.1.19
|
||||||
|
|
||||||
|
* Upgrade Starlette version to the current latest `0.10.1`: <a href="https://github.com/tiangolo/fastapi/pull/17" target="_blank">#17</a> by <a href="https://github.com/euri10" target="_blank">@euri10</a>
|
||||||
|
|
@ -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.1.18"
|
__version__ = "0.1.19"
|
||||||
|
|
||||||
from .applications import FastAPI
|
from .applications import FastAPI
|
||||||
from .routing import APIRouter
|
from .routing import APIRouter
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,7 @@ nav:
|
||||||
- Project Generation - Template: 'project-generation.md'
|
- Project Generation - Template: 'project-generation.md'
|
||||||
- Alternatives, Inspiration and Comparisons: 'alternatives.md'
|
- Alternatives, Inspiration and Comparisons: 'alternatives.md'
|
||||||
- Benchmarks: 'benchmarks.md'
|
- Benchmarks: 'benchmarks.md'
|
||||||
|
- Release Notes: release-notes.md
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- markdown.extensions.codehilite:
|
- markdown.extensions.codehilite:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue