Skip to content

Commit

Permalink
Version 0.20.2 (#1658)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
aminalaee and Kludex committed Jun 7, 2022
1 parent b588ebe commit 4519fba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
@@ -1 +1 @@
__version__ = "0.20.1"
__version__ = "0.20.2"

0 comments on commit 4519fba

Please sign in to comment.