From cf71ced82a6d328ffe0480e5623131245f85d690 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Tue, 31 May 2022 11:25:45 +0200 Subject: [PATCH 1/7] Version 0.20.2 --- starlette/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starlette/__init__.py b/starlette/__init__.py index ac8240464..be6f6da96 100644 --- a/starlette/__init__.py +++ b/starlette/__init__.py @@ -1 +1 @@ -__version__ = "0.20.1" +__version__ = "0.20.2" From b6759de0bd4e96d8161cc9cdf469f8605f911257 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Tue, 31 May 2022 11:30:10 +0200 Subject: [PATCH 2/7] Update release-notes.md --- docs/release-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index f6d59e6d5..3d3e2938d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,3 +1,10 @@ +## 0.20.2 + +May 31, 2022 + +### Fixed +* Allow colons when compiling Route and Mount [#1657](https://github.com/encode/starlette/pull/1657). + ## 0.20.1 May 28, 2022 From cfce0aa610e5c77a01ee619a6ed0ceadebdfd747 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Tue, 31 May 2022 11:33:26 +0200 Subject: [PATCH 3/7] Update release-notes.md --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 3d3e2938d..534741a7c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ May 31, 2022 ### Fixed * Allow colons when compiling Route and Mount [#1657](https://github.com/encode/starlette/pull/1657). +* Allow staticfiles to follow symlinks [#1337](https://github.com/encode/starlette/pull/1377). ## 0.20.1 From e5f6d37a1d3986aa8f15ff045fbcaae55a63211c Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Sat, 4 Jun 2022 18:34:38 +0200 Subject: [PATCH 4/7] Update docs/release-notes.md Co-authored-by: Marcelo Trylesinski --- docs/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 534741a7c..732c01cef 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,6 @@ ## 0.20.2 -May 31, 2022 +June 4, 2022 ### Fixed * Allow colons when compiling Route and Mount [#1657](https://github.com/encode/starlette/pull/1657). From d065589683970081678e7eb17aed0432248927e4 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Sat, 4 Jun 2022 18:34:43 +0200 Subject: [PATCH 5/7] Update docs/release-notes.md Co-authored-by: Marcelo Trylesinski --- docs/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 732c01cef..96f7c1a38 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,7 +3,7 @@ June 4, 2022 ### Fixed -* Allow colons when compiling Route and Mount [#1657](https://github.com/encode/starlette/pull/1657). +* 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 From ee89ce351a602b02560cc89b20edeb5956109f1d Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Tue, 7 Jun 2022 22:07:18 +0200 Subject: [PATCH 6/7] Update docs/release-notes.md --- docs/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 96f7c1a38..7f8a055f9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,6 @@ ## 0.20.2 -June 4, 2022 +June 7, 2022 ### Fixed * Fix regression on route paths with colons [#1675](https://github.com/encode/starlette/pull/1675). From 1e06d0654448ab83e354fb9e03f2fe814db8425f Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Tue, 7 Jun 2022 22:09:29 +0200 Subject: [PATCH 7/7] Update docs/release-notes.md --- docs/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 7f8a055f9..f298b33de 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,7 +4,7 @@ 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). +* Allow `StaticFiles` to follow symlinks [#1337](https://github.com/encode/starlette/pull/1377). ## 0.20.1