]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.16.1 (#1354) 0.16.1
authorTom Christie <tom@tomchristie.com>
Thu, 8 Oct 2020 12:14:15 +0000 (13:14 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Oct 2020 12:14:15 +0000 (13:14 +0100)
CHANGELOG.md
httpx/__version__.py

index 8c2cdd8348cde74b49c78c4b2d33d090507d6dda..7751a4fd1e28c311c56f83def3d3c4abb8269f5f 100644 (file)
@@ -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
index 80b7eae8443d8ac83ce917a750118961d07caec4..248da917db387117b6b54f01145cb43aea27df7f 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.16.0"
+__version__ = "0.16.1"