]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.15.1 (#1308) 0.15.1
authorTom Christie <tom@tomchristie.com>
Wed, 23 Sep 2020 09:12:50 +0000 (10:12 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 09:12:50 +0000 (11:12 +0200)
* Update CHANGELOG.md

* Update __version__.py

CHANGELOG.md
httpx/__version__.py

index bed81c3449a078b9aa815cc84b8ffe01075c45de..0da2047f86c8acc3a0b127bf4cf4423e0af783d0 100644 (file)
@@ -4,6 +4,12 @@ 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.15.1 (September 23nd, 2020)
+
+### Fixed
+
+* ASGITransport now properly applies URL decoding to the `path` component, as-per the ASGI spec. (Pull #1307)
+
 ## 0.15.0 (September 22nd, 2020)
 
 ### Added
index 117eed369ec1783c32792a2808941d19b8dd22fa..fa6553d980d4216edbbf753157dbf1f7dad18862 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.15.0"
+__version__ = "0.15.1"