We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b588ebe commit 4519fbaCopy full SHA for 4519fba
docs/release-notes.md
@@ -1,3 +1,11 @@
1
+## 0.20.2
2
+
3
+June 7, 2022
4
5
+### Fixed
6
+* Fix regression on route paths with colons [#1675](https://github.com/encode/starlette/pull/1675).
7
+* Allow `StaticFiles` to follow symlinks [#1337](https://github.com/encode/starlette/pull/1377).
8
9
## 0.20.1
10
11
May 28, 2022
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.20.1"
+__version__ = "0.20.2"
0 commit comments