]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.38.2 (#2655) 0.38.2
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 27 Jul 2024 17:55:52 +0000 (19:55 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2024 17:55:52 +0000 (11:55 -0600)
docs/release-notes.md
starlette/__init__.py

index 7d78e824d17b50a2ad6a678b8d271db0c86ddfd3..1fd9e79dae1b1aec7e05c3186544cf079e28713b 100644 (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
 
index 53b39ad36789d16d1806b64fd4327a78bd0f3af3..52d9aaa464eab5d404ae9002f0e22a14a10082e7 100644 (file)
@@ -1 +1 @@
-__version__ = "0.38.1"
+__version__ = "0.38.2"