]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.20.2 (#1658) 0.20.2
authorAmin Alaee <mohammadamin.alaee@gmail.com>
Tue, 7 Jun 2022 20:14:25 +0000 (22:14 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 20:14:25 +0000 (22:14 +0200)
* Version 0.20.2

* Update release-notes.md

* Update release-notes.md

* Update docs/release-notes.md

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
* Update docs/release-notes.md

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
* Update docs/release-notes.md

* Update docs/release-notes.md

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
docs/release-notes.md
starlette/__init__.py

index f6d59e6d56a14763d48669f897fc9a6d0718f2b3..f298b33deb89d640927030d1a4986390e7e82bac 100644 (file)
@@ -1,3 +1,11 @@
+## 0.20.2
+
+June 7, 2022
+
+### Fixed
+* Fix regression on route paths with colons [#1675](https://github.com/encode/starlette/pull/1675).
+* Allow `StaticFiles` to follow symlinks [#1337](https://github.com/encode/starlette/pull/1377).
+
 ## 0.20.1
 
 May 28, 2022
index ac82404646cedc523f6d8534263fd3cb78c2164a..be6f6da9617b65998a5dd8377a432df1e0cdac31 100644 (file)
@@ -1 +1 @@
-__version__ = "0.20.1"
+__version__ = "0.20.2"