Skip to content

Commit 4a81176

Browse files
authored
Version 0.46.2 (#2921)
1 parent 48f7cd7 commit 4a81176

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/release-notes.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
toc_depth: 2
33
---
44

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+
512
## 0.46.1 (March 8, 2025)
613

714
#### Fixed

starlette/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.46.1"
1+
__version__ = "0.46.2"

0 commit comments

Comments
 (0)