Skip to content

Commit

Permalink
Version 0.15.0 (#547)
Browse files Browse the repository at this point in the history
* Version 0.14.8

* Version 0.15.0

* Update CHANGELOG.md
  • Loading branch information
tomchristie committed May 17, 2022
1 parent 15d8093 commit b76afce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,9 +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/).

## Master branch
## 0.15.0 (May 17th, 2022)

- Drop Python 3.6 support (#535)
- Ensure HTTP proxy CONNECT requests include `timeout` configuration. (#506)
- Switch to explicit `typing.Optional` for type hints (#513)
- For `trio` map OSError exceptions to `ConnectError` (#543)

## 0.14.7 (February 4th, 2022)

Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Expand Up @@ -82,7 +82,7 @@
"WriteError",
]

__version__ = "0.14.7"
__version__ = "0.15.0"


__locals = locals()
Expand Down

0 comments on commit b76afce

Please sign in to comment.