Skip to content

Commit f623916

Browse files
authored
Release version 0.11.6 (#705)
* πŸ“ Update changelog * πŸ”– Release version 0.11.6 * πŸ‘Œ Update/simplify changelog
1 parent 6757386 commit f623916

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.11.6
4+
5+
* Fix overriding the root logger.
6+
37
## 0.11.5
48

59
* Revert "Watch all files, not just .py" due to unexpected side effects.

β€Žuvicorn/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from uvicorn.config import Config
22
from uvicorn.main import Server, main, run
33

4-
__version__ = "0.11.5"
4+
__version__ = "0.11.6"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
Β (0)