]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.46.2 (#2921) 0.46.2
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sun, 13 Apr 2025 13:52:01 +0000 (15:52 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Apr 2025 13:52:01 +0000 (15:52 +0200)
docs/release-notes.md
starlette/__init__.py

index d051691aea3902fa1945324f8f5fcb9a1d3e52df..fd24dc797234103dd0718a02af381d269d8f50ef 100644 (file)
@@ -2,6 +2,13 @@
 toc_depth: 2
 ---
 
+## 0.46.2 (April 13, 2025)
+
+#### Fixed
+
+* Prevents reraising of exception from BaseHttpMiddleware [#2911](https://github.com/encode/starlette/pull/2911)
+* Use correct index on backwards compatible logic in `TemplateResponse` [#2909](https://github.com/encode/starlette/pull/2909).
+
 ## 0.46.1 (March 8, 2025)
 
 #### Fixed
index cffb82c536baac461a18b134a3bb7eb44b73d1ca..8583baf64fc9f16d9a5dfe0e269214eb9fe60fa3 100644 (file)
@@ -1 +1 @@
-__version__ = "0.46.1"
+__version__ = "0.46.2"