]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.65.0 0.65.0
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 10 May 2021 15:45:21 +0000 (17:45 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 10 May 2021 15:45:21 +0000 (17:45 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 35f024119bbedbc2675ce3823174e2053de92f7f..5f00b965a9336f7b9519633d1fd71999aff36f21 100644 (file)
@@ -2,14 +2,26 @@
 
 ## Latest Changes
 
-* ⬆️  Upgrade Starlette to 0.14.2, including internal `UJSONResponse` migrated from Starlette. PR [#2335](https://github.com/tiangolo/fastapi/pull/2335) by [@hanneskuettner](https://github.com/hanneskuettner).
+
+## 0.65.0
+
+### Breaking Changes - Upgrade
+
+* ⬆️  Upgrade Starlette to `0.14.2`, including internal `UJSONResponse` migrated from Starlette. This includes several bug fixes and features from Starlette. PR [#2335](https://github.com/tiangolo/fastapi/pull/2335) by [@hanneskuettner](https://github.com/hanneskuettner).
+
+### Translations
+
+* 🌐 Initialize new language Polish for translations. PR [#3170](https://github.com/tiangolo/fastapi/pull/3170) by [@neternefer](https://github.com/neternefer).
+
+### Internal
+
 * 👷 Add GitHub Action cache to speed up CI installs. PR [#3204](https://github.com/tiangolo/fastapi/pull/3204) by [@tiangolo](https://github.com/tiangolo).
 * ⬆️ Upgrade setup-python GitHub Action to v2. PR [#3203](https://github.com/tiangolo/fastapi/pull/3203) by [@tiangolo](https://github.com/tiangolo).
-* 🌐 Initialize new language Polish for translations. PR [#3170](https://github.com/tiangolo/fastapi/pull/3170) by [@neternefer](https://github.com/neternefer).
 * 🐛 Fix docs script to generate a new translation language with `overrides` boilerplate. PR [#3202](https://github.com/tiangolo/fastapi/pull/3202) by [@tiangolo](https://github.com/tiangolo).
 * ✨ Add new Deta banner badge with new sponsorship tier 🙇. PR [#3194](https://github.com/tiangolo/fastapi/pull/3194) by [@tiangolo](https://github.com/tiangolo).
 * 👥 Update FastAPI People. PR [#3189](https://github.com/tiangolo/fastapi/pull/3189) by [@github-actions[bot]](https://github.com/apps/github-actions).
 * 🔊 Update FastAPI People to allow better debugging. PR [#3188](https://github.com/tiangolo/fastapi/pull/3188) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.64.0
 
 ### Features
index 332c5aaf7719676f521c4183abb008f31410aa59..52a3b01e6c19ff552f51710f3fceee50605443ed 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.64.0"
+__version__ = "0.65.0"
 
 from starlette import status as status