]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.138.0 (#15808) master 0.138.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 20 Jun 2026 01:14:30 +0000 (03:14 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 01:14:30 +0000 (01:14 +0000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index 9470fee383eb1ada1a0df7c3f7e003e98b449aab..2b57dfd9ab068207da546492445c10d77c966ad9 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.138.0 (2026-06-20)
+
 ### Features
 
 * âœ¨ Add support for `app.frontend("/", directory="dist")` and `router.frontend("/", directory="dist")`. PR [#15800](https://github.com/fastapi/fastapi/pull/15800) by [@tiangolo](https://github.com/tiangolo).
index 579fb169d146fea0b411e472a61238c39a814ba4..d7b99b5df22dc64e9fb84179264282120ddc0f0e 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.137.2"
+__version__ = "0.138.0"
 
 from starlette import status as status