Version 0.38.2 (#2655)

This commit is contained in:
Marcelo Trylesinski 2024-07-27 19:55:52 +02:00 committed by GitHub
parent 78fcd54c07
commit 5ed55c4411
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

@ -1,10 +1,18 @@
## 0.38.2
July 27, 2024
#### Fixed
* Not assume all routines have `__name__` on `routing.get_name()` [#2648](https://github.com/encode/starlette/pull/2648).
## 0.38.1
July 23, 2024
#### Removed
* Revert "Add support for ASGI pathsend extension" [#2649](https://github.com/encode/starlette/2649).
* Revert "Add support for ASGI pathsend extension" [#2649](https://github.com/encode/starlette/pull/2649).
## 0.38.0

View File

@ -1 +1 @@
__version__ = "0.38.1"
__version__ = "0.38.2"