Skip to content

Commit

Permalink
Version 0.9.1 (#99)
Browse files Browse the repository at this point in the history
* Version 0.9.1

* Update changelog
  • Loading branch information
tomchristie authored May 27, 2020
1 parent 353509d commit 888c163
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1 (May 27th, 2020)

### Fixed

- Proper host resolution for sync case, including IPv6 support. (Pull #97)
- Close outstanding connections when connection pool is closed. (Pull #98)

## 0.9.0 (May 21th, 2020)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
"WriteError",
"CloseError",
]
__version__ = "0.9.0"
__version__ = "0.9.1"

0 comments on commit 888c163

Please sign in to comment.