Skip to content

Commit b76afce

Browse files
Version 0.15.0 (#547)
* Version 0.14.8 * Version 0.15.0 * Update CHANGELOG.md
1 parent 15d8093 commit b76afce

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ 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-
## Master branch
7+
## 0.15.0 (May 17th, 2022)
88

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

1114
## 0.14.7 (February 4th, 2022)
1215

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"WriteError",
8383
]
8484

85-
__version__ = "0.14.7"
85+
__version__ = "0.15.0"
8686

8787

8888
__locals = locals()

0 commit comments

Comments
 (0)