Version 0.16.1 (#1354)
This commit is contained in:
parent
72a1f2c759
commit
92ca4d0cc6
@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## 0.16.1 (October 8th, 2020)
|
||||
|
||||
### Fixed
|
||||
|
||||
* Support literal IPv6 addresses in URLs. (Pull #1349)
|
||||
* Force lowercase headers in ASGI scope dictionaries. (Pull #1351)
|
||||
|
||||
## 0.16.0 (October 6th, 2020)
|
||||
|
||||
### Changed
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
__title__ = "httpx"
|
||||
__description__ = "A next generation HTTP client, for Python 3."
|
||||
__version__ = "0.16.0"
|
||||
__version__ = "0.16.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user