]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.46.1 (#2900) 0.46.1
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 8 Mar 2025 10:53:46 +0000 (11:53 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Mar 2025 10:53:46 +0000 (11:53 +0100)
docs/release-notes.md
starlette/__init__.py

index 856ddbca62587ad539b767310f0a179c91e25dba..d051691aea3902fa1945324f8f5fcb9a1d3e52df 100644 (file)
@@ -2,6 +2,12 @@
 toc_depth: 2
 ---
 
+## 0.46.1 (March 8, 2025)
+
+#### Fixed
+
+* Allow relative directory path when `follow_symlinks=True` [#2896](https://github.com/encode/starlette/pull/2896).
+
 ## 0.46.0 (February 22, 2025)
 
 #### Added
index 6f709872219ac06f22d628322ffa3611eefad2be..cffb82c536baac461a18b134a3bb7eb44b73d1ca 100644 (file)
@@ -1 +1 @@
-__version__ = "0.46.0"
+__version__ = "0.46.1"