]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.38.4 (#2681) 0.38.4
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sun, 1 Sep 2024 15:14:29 +0000 (17:14 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2024 15:14:29 +0000 (17:14 +0200)
docs/release-notes.md
starlette/__init__.py

index 512de7ddc1a2fde597bdfce48b788afe69bffa3d..90a14c8aac7877e2a7a46b823809fa1d0dcb802b 100644 (file)
@@ -3,6 +3,12 @@ hide: navigation
 toc_depth: 2
 ---
 
+## 0.38.4 (September 1, 2024)
+
+#### Fixed
+
+* Ensure accurate `root_path` removal in `get_route_path` function [#2600](https://github.com/encode/starlette/pull/2600).
+
 ## 0.38.3 (September 1, 2024)
 
 #### Added
index 2b0caa31ca3fa2fb858f42cec8aec2eeadbda95b..78e51f61f1c4115178cea8db33029ca266032c4f 100644 (file)
@@ -1 +1 @@
-__version__ = "0.38.3"
+__version__ = "0.38.4"