]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.20.3 (#1682) 0.20.3
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Fri, 10 Jun 2022 05:16:14 +0000 (07:16 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2022 05:16:14 +0000 (07:16 +0200)
docs/release-notes.md
starlette/__init__.py

index f298b33deb89d640927030d1a4986390e7e82bac..1ac7205e09da8c2e0985e937faef27c7d83e82ee 100644 (file)
@@ -1,3 +1,10 @@
+## 0.20.3
+
+June 10, 2022
+
+### Fixed
+* Revert "Allow `StaticFiles` to follow symlinks" [#1681](https://github.com/encode/starlette/pull/1681).
+
 ## 0.20.2
 
 June 7, 2022
index be6f6da9617b65998a5dd8377a432df1e0cdac31..8815fb52f38c221f010fb44a0d00b176f0b86f57 100644 (file)
@@ -1 +1 @@
-__version__ = "0.20.2"
+__version__ = "0.20.3"