]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes 0.105.0
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 12 Dec 2023 00:34:36 +0000 (00:34 +0000)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 12 Dec 2023 00:34:36 +0000 (00:34 +0000)
docs/en/docs/release-notes.md

index 2d60a6aa95a49dc2571df3a8372f24e4d3596c83..835df984ce4c1826138fa0567ba2c96a0b306da0 100644 (file)
@@ -5,10 +5,10 @@ hide:
 
 # Release Notes
 
-## 0.105.0
-
 ## Latest Changes
 
+## 0.105.0
+
 ### Features
 
 * ✨ Add support for multiple Annotated annotations, e.g. `Annotated[str, Field(), Query()]`. PR [#10773](https://github.com/tiangolo/fastapi/pull/10773) by [@tiangolo](https://github.com/tiangolo).