We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353509d commit 888c163Copy full SHA for 888c163
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## 0.9.1 (May 27th, 2020)
8
+
9
+### Fixed
10
11
+- Proper host resolution for sync case, including IPv6 support. (Pull #97)
12
+- Close outstanding connections when connection pool is closed. (Pull #98)
13
14
## 0.9.0 (May 21th, 2020)
15
16
### Changed
httpcore/__init__.py
@@ -39,4 +39,4 @@
39
"WriteError",
40
"CloseError",
41
]
42
-__version__ = "0.9.0"
+__version__ = "0.9.1"
0 commit comments