From b59c9764ca1677a9418e97c3275490ac604c6ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 20 Jun 2020 15:28:27 +0200 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 617c366dc..2f8131d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.11.6 + +* Remove `iocp` mentions from documentation. +* Document default backlog settings. +* Fix overriding the root logger. +* Remove Python 3.6 specific leftover. + ## 0.11.5 * Revert "Watch all files, not just .py" due to unexpected side effects. From bcf5ef4dd4ff90503715d953352d021356f58a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 20 Jun 2020 15:28:40 +0200 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.11.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uvicorn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uvicorn/__init__.py b/uvicorn/__init__.py index 0105b58c9..d7741075e 100644 --- a/uvicorn/__init__.py +++ b/uvicorn/__init__.py @@ -1,5 +1,5 @@ from uvicorn.config import Config from uvicorn.main import Server, main, run -__version__ = "0.11.5" +__version__ = "0.11.6" __all__ = ["main", "run", "Config", "Server"] From 5a41d4bac758bc443113cc51826828a2bb7316bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 17 Jul 2020 12:57:22 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=91=8C=20Update/simplify=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8131d60..037a940f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,7 @@ ## 0.11.6 -* Remove `iocp` mentions from documentation. -* Document default backlog settings. * Fix overriding the root logger. -* Remove Python 3.6 specific leftover. ## 0.11.5