Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.20.0 #1600

Merged
merged 10 commits into from May 3, 2022
Merged
8 changes: 8 additions & 0 deletions docs/release-notes.md
@@ -1,3 +1,11 @@
## 0.20.0

April 28, 2022
Copy link
Member

Choose a reason for hiding this comment

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

Friendly reminder about this :)

Copy link
Sponsor Member Author

Choose a reason for hiding this comment

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

Thanks! I would have forgotten! 😅

Kludex marked this conversation as resolved.
Show resolved Hide resolved

### Removed
* Drop Python 3.6 support [#1357](https://github.com/encode/starlette/pull/1357).
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't the checklist be added here?

Copy link
Sponsor Member Author

Choose a reason for hiding this comment

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

What items do you think should be included?

Copy link
Sponsor Member Author

Choose a reason for hiding this comment

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

We don't have written rules for the changelog on starlette, but tests, docs and type hints modifications were never included.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah I meant the doc changes, but you're right, they were never part of release changes.



## 0.19.1

April 22, 2022
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
@@ -1 +1 @@
__version__ = "0.19.1"
__version__ = "0.20.0"