]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.47.1 (#2952) 0.47.1
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 21 Jun 2025 03:37:10 +0000 (11:37 +0800)
committerGitHub <noreply@github.com>
Sat, 21 Jun 2025 03:37:10 +0000 (11:37 +0800)
docs/release-notes.md
starlette/__init__.py

index 2ba0ed788df374ebf50484ca35706838fb035336..596b54c1a4e8f3ffc3271b8620b5ad3260bf15cc 100644 (file)
@@ -2,6 +2,13 @@
 toc_depth: 2
 ---
 
+## 0.47.1 (June 21, 2025)
+
+#### Fixed
+
+* Use `Self` in `TestClient.__enter__` [#2951](https://github.com/encode/starlette/pull/2951).
+* Allow async exception handlers to type-check [#2949](https://github.com/encode/starlette/pull/2949).
+
 ## 0.47.0 (May 29, 2025)
 
 #### Added
index bf97bc40914029b0d15bff9fdeba139739e0a953..24c25942c56c7d112780cf1a5fab3ecdf5eef9f6 100644 (file)
@@ -1 +1 @@
-__version__ = "0.47.0"
+__version__ = "0.47.1"