We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d8093 commit b76afceCopy full SHA for b76afce
2 files changed
CHANGELOG.md
@@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
-## Master branch
+## 0.15.0 (May 17th, 2022)
8
9
+- Drop Python 3.6 support (#535)
10
- 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)
13
14
## 0.14.7 (February 4th, 2022)
15
httpcore/__init__.py
@@ -82,7 +82,7 @@
82
"WriteError",
83
]
84
85
-__version__ = "0.14.7"
+__version__ = "0.15.0"
86
87
88
__locals = locals()
0 commit comments