Skip to content

Commit

Permalink
Version 0.8.0 (#63)
Browse files Browse the repository at this point in the history
* Version 0.8.0

* Update CHANGELOG.md

Co-authored-by: Tom Christie <tom@tomchristie.com>
  • Loading branch information
Yeray Diaz Diaz and tomchristie authored Apr 30, 2020
1 parent b0aa6ac commit 5c04534
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ 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/).

## Unreleased
## 0.8.0 (April 30th, 2020)

### Fixed

- Fixed tunnel proxy support.

### Added

- New `TimeoutException` base class.

## 0.7.0 (March 5th, 2020)

- First integration with HTTPX.
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.7.0"
__version__ = "0.8.0"

0 comments on commit 5c04534

Please sign in to comment.