]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.68.2 0.68.2
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 5 Oct 2021 13:32:18 +0000 (15:32 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 5 Oct 2021 13:32:18 +0000 (15:32 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 2cf6f9ea9a4a607d25ec4fd6b2ed1165ec55a8a5..56bb42bdc1052bf6fafe1a5b9a1e3afa3e6f9689 100644 (file)
@@ -2,6 +2,13 @@
 
 ## Latest Changes
 
+## 0.68.2
+
+This release has **no breaking changes**. ðŸŽ‰
+
+It upgrades the version ranges of sub-dependencies to allow applications using FastAPI to easily upgrade them.
+
+Soon there will be a new FastAPI release upgrading Starlette to take advantage of recent improvements, but as that has a higher chance of having breaking changes, it will be in a separate release.
 
 ### Features
 
index 3163626698bd2d5c81fd867a90802cb494d6b372..ba2b9abf450eab9e5d598486cec2dd9f2ae04269 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.68.1"
+__version__ = "0.68.2"
 
 from starlette import status as status