]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.48.0 (#3014) 0.48.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 13 Sep 2025 08:39:11 +0000 (10:39 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Sep 2025 08:39:11 +0000 (08:39 +0000)
docs/release-notes.md
mkdocs.yml
starlette/__init__.py

index 5e5a2b40db2f042fe8b25f168e60701359e818ef..b0bba7b4c149de72f29c90a714bb572aa4ade02d 100644 (file)
@@ -2,6 +2,16 @@
 toc_depth: 2
 ---
 
+## 0.48.0 (September 13, 2025)
+
+#### Added
+
+* Add official Python 3.14 support [#3013](https://github.com/Kludex/starlette/pull/3013).
+
+#### Changed
+
+* Implement [RFC9110](https://www.rfc-editor.org/rfc/rfc9110) http status names [#2939](https://github.com/Kludex/starlette/pull/2939).
+
 ## 0.47.3 (August 24, 2025)
 
 #### Fixed
index ee8d09579d37ab88838c490ec0e3f37c9860856b..2aa208b51e6e0cf26e28bd3a364375d2a5d14d0b 100644 (file)
@@ -98,5 +98,5 @@ plugins:
             show_signature_annotations: true
             show_source: false
             signature_crossrefs: true
-          import:
+          inventories:
             - url: https://docs.python.org/3/objects.inv
index 1eb5f6030a524975426e2807daf3c395ecdbd185..3158ac8cd8e10baa7276d591b45f20c94358aaa1 100644 (file)
@@ -1 +1 @@
-__version__ = "0.47.3"
+__version__ = "0.48.0"