]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.130.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 22 Feb 2026 16:14:53 +0000 (17:14 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 22 Feb 2026 16:14:53 +0000 (17:14 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index ba5ba420bd5ff9ca7f6399fbbaf2c79edb1adadb..a5c5241e1b7d7c7021630816a41dea603dcce43e 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.130.0
+
 ### Features
 
 * âœ¨ Serialize JSON response with Pydantic (in Rust), when there's a Pydantic return type or response model. PR [#14962](https://github.com/fastapi/fastapi/pull/14962) by [@tiangolo](https://github.com/tiangolo).
index e6798ddc6d346aedc43651d0dc31e5452832347b..ffa56faaf154b8e4a329f13d15d2bec70ac4b454 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.129.2"
+__version__ = "0.130.0"
 
 from starlette import status as status