Skip to content

Commit

Permalink
v0.12.3 (#862)
Browse files Browse the repository at this point in the history
* Completed CHANGELOG.md and new bimp

* Modified after reading https://keepachangelog.com/

* bullet points!

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
  • Loading branch information
euri10 and florimondmanca authored Nov 22, 2020
1 parent 79a72e3 commit 0b941ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.12.3 - 2020-11-21

### Fixed
- Fix race condition that leads Quart to hang with uvicorn (#848) 11/18/20 de213614
- Use latin1 when decoding X-Forwarded-* headers (#701) 11/12/20 45e6e831
- Rework IPv6 support (#837) 11/8/20 bdab488e
- Cancel old keepalive-trigger before setting new one. (#832) 10/26/20 d5dcf80c

## 0.12.2 - 2020-10-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion uvicorn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from uvicorn.config import Config
from uvicorn.main import Server, main, run

__version__ = "0.12.2"
__version__ = "0.12.3"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit 0b941ab

Please sign in to comment.