Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.20.2

May 31, 2022
Comment thread
aminalaee marked this conversation as resolved.
Outdated

### Fixed
* Allow colons when compiling Route and Mount [#1657](https://github.com/encode/starlette/pull/1657).
Comment thread
aminalaee marked this conversation as resolved.
Outdated
* Allow staticfiles to follow symlinks [#1337](https://github.com/encode/starlette/pull/1377).

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this an addition or really a fix? I don't care. Just questioning in case.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it's a bit hard to tell, internally it was designed this way, but from the issue this is introduced as a bug. Open to suggestion though.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your call. Do as you wish.

Comment thread
Kludex marked this conversation as resolved.
Outdated

## 0.20.1

May 28, 2022
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.20.1"
__version__ = "0.20.2"