]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.85.1 0.85.1
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 14 Oct 2022 20:52:36 +0000 (22:52 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 14 Oct 2022 20:52:36 +0000 (22:52 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 3ae403bf9c0163182bf21c7c691afb05b1ea1a80..4e41960f7aa5884579cdb045b82ab2612aab97f4 100644 (file)
@@ -2,11 +2,22 @@
 
 ## Latest Changes
 
-* 👥 Update FastAPI People. PR [#5447](https://github.com/tiangolo/fastapi/pull/5447) by [@github-actions[bot]](https://github.com/apps/github-actions).
+
+## 0.85.1
+
+### Fixes
+
 * 🐛 Fix support for strings in OpenAPI status codes: `default`, `1XX`, `2XX`, `3XX`, `4XX`, `5XX`. PR [#5187](https://github.com/tiangolo/fastapi/pull/5187) by [@JarroVGIT](https://github.com/JarroVGIT).
+
+### Docs
+
+* 📝 Add WayScript x FastAPI Tutorial to External Links section. PR [#5407](https://github.com/tiangolo/fastapi/pull/5407) by [@moneeka](https://github.com/moneeka).
+
+### Internal
+
+* 👥 Update FastAPI People. PR [#5447](https://github.com/tiangolo/fastapi/pull/5447) by [@github-actions[bot]](https://github.com/apps/github-actions).
 * 🔧 Disable Material for MkDocs search plugin. PR [#5495](https://github.com/tiangolo/fastapi/pull/5495) by [@tiangolo](https://github.com/tiangolo).
 * 🔇 Ignore Trio warning in tests for CI. PR [#5483](https://github.com/tiangolo/fastapi/pull/5483) by [@samuelcolvin](https://github.com/samuelcolvin).
-* 📝 Add WayScript x FastAPI Tutorial to External Links section. PR [#5407](https://github.com/tiangolo/fastapi/pull/5407) by [@moneeka](https://github.com/moneeka).
 
 ## 0.85.0
 
index 167bf4f855499db5dd2d0ed2cdc2bfbe6d6fc5cb..7ccb625637523d998ff4268e5af45b21c5464cc7 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.85.0"
+__version__ = "0.85.1"
 
 from starlette import status as status