From: Amin Alaee Date: Tue, 7 Jun 2022 20:14:25 +0000 (+0200) Subject: Version 0.20.2 (#1658) X-Git-Tag: 0.20.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4519fba9b557d89cbefda9b4de71f8b90a62b406;p=thirdparty%2Fstarlette.git Version 0.20.2 (#1658) * Version 0.20.2 * Update release-notes.md * Update release-notes.md * Update docs/release-notes.md Co-authored-by: Marcelo Trylesinski * Update docs/release-notes.md Co-authored-by: Marcelo Trylesinski * Update docs/release-notes.md * Update docs/release-notes.md Co-authored-by: Marcelo Trylesinski --- diff --git a/docs/release-notes.md b/docs/release-notes.md index f6d59e6d..f298b33d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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 diff --git a/starlette/__init__.py b/starlette/__init__.py index ac824046..be6f6da9 100644 --- a/starlette/__init__.py +++ b/starlette/__init__.py @@ -1 +1 @@ -__version__ = "0.20.1" +__version__ = "0.20.2"