We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f7cd7 commit 4a81176Copy full SHA for 4a81176
docs/release-notes.md
@@ -2,6 +2,13 @@
2
toc_depth: 2
3
---
4
5
+## 0.46.2 (April 13, 2025)
6
+
7
+#### Fixed
8
9
+* Prevents reraising of exception from BaseHttpMiddleware [#2911](https://github.com/encode/starlette/pull/2911)
10
+* Use correct index on backwards compatible logic in `TemplateResponse` [#2909](https://github.com/encode/starlette/pull/2909).
11
12
## 0.46.1 (March 8, 2025)
13
14
#### Fixed
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.46.1"
+__version__ = "0.46.2"
0 commit comments