Skip to content

Commit 5c04534

Browse files
Yeray Diaz Diazlovelydinosaur
andauthored
Version 0.8.0 (#63)
* Version 0.8.0 * Update CHANGELOG.md Co-authored-by: Tom Christie <tom@tomchristie.com>
1 parent b0aa6ac commit 5c04534

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## Unreleased
7+
## 0.8.0 (April 30th, 2020)
88

99
### Fixed
1010

1111
- Fixed tunnel proxy support.
1212

13+
### Added
14+
15+
- New `TimeoutException` base class.
16+
1317
## 0.7.0 (March 5th, 2020)
1418

1519
- First integration with HTTPX.

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
"WriteError",
4040
"CloseError",
4141
]
42-
__version__ = "0.7.0"
42+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)