Skip to content

Commit 5ed55c4

Browse files
authored
Version 0.38.2 (#2655)
1 parent 78fcd54 commit 5ed55c4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/release-notes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1+
## 0.38.2
2+
3+
July 27, 2024
4+
5+
#### Fixed
6+
7+
* Not assume all routines have `__name__` on `routing.get_name()` [#2648](https://github.com/encode/starlette/pull/2648).
8+
19
## 0.38.1
210

311
July 23, 2024
412

513
#### Removed
614

7-
* Revert "Add support for ASGI pathsend extension" [#2649](https://github.com/encode/starlette/2649).
15+
* Revert "Add support for ASGI pathsend extension" [#2649](https://github.com/encode/starlette/pull/2649).
816

917
## 0.38.0
1018

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.1"
1+
__version__ = "0.38.2"

0 commit comments

Comments
 (0)