]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.58.0 0.58.0
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 15 Jun 2020 11:18:36 +0000 (13:18 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 15 Jun 2020 11:18:36 +0000 (13:18 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 7b0344ce604427b8b2bbd5f9df8da5152cdbcdf7..e5d5f5e132a87aedc1806f21bcdfcc3dcbf05714 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.58.0
+
 * Deep merge OpenAPI responses to preserve all the additional metadata. PR [#1577](https://github.com/tiangolo/fastapi/pull/1577).
 * Mention in docs that only main app events are run (not sub-apps). PR [#1554](https://github.com/tiangolo/fastapi/pull/1554) by [@amacfie](https://github.com/amacfie).
 * Fix body validation error response, do not include body variable when it is not embedded. PR [#1553](https://github.com/tiangolo/fastapi/pull/1553) by [@amacfie](https://github.com/amacfie).
index 0f0ddc77e13a92f6bf6d7615c20f5e83e08301e1..993314c762090179e55e1c0119c08b2453511789 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.57.0"
+__version__ = "0.58.0"
 
 from starlette import status