Browse Source

🔖 Release version 0.106.0

pull/10844/head
Sebastián Ramírez 1 year ago
parent
commit
91510db620
  1. 2
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

2
docs/en/docs/release-notes.md

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.106.0
### Breaking Changes
Using resources from dependencies with `yield` in background tasks is no longer supported.

2
fastapi/__init__.py

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.105.0"
__version__ = "0.106.0"
from starlette import status as status

Loading…
Cancel
Save