]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.110.0 0.110.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 24 Feb 2024 23:19:38 +0000 (00:19 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 24 Feb 2024 23:19:38 +0000 (00:19 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index c442f1449d741e91ecade0818cb003b842a54dc9..e01c3544f31e24d97879ec00a33eee53d8b40207 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.110.0
+
 ### Breaking Changes
 
 * 🐛 Fix unhandled growing memory for internal server errors, refactor dependencies with `yield` and `except` to require raising again as in regular Python. PR [#11191](https://github.com/tiangolo/fastapi/pull/11191) by [@tiangolo](https://github.com/tiangolo).
index 3458b9e5b958e5a315773f524de06f1d296f7f02..234969256620dec20f1055ac1a3d022cc922771c 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.109.2"
+__version__ = "0.110.0"
 
 from starlette import status as status