We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03eea0 commit 5d2eed0Copy full SHA for 5d2eed0
2 files changed
CHANGELOG.md
@@ -4,7 +4,11 @@ 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
-## 0.16.0
+## 0.16.1 (November 17th, 2022)
8
+
9
+- Fix HTTP/1.1 interim informational responses, such as "100 Continue". (#605)
10
11
+## 0.16.0 (October 11th, 2022)
12
13
- Support HTTP/1.1 informational responses. (#581)
14
- Fix async cancellation behaviour. (#580)
httpcore/__init__.py
@@ -82,7 +82,7 @@
82
"WriteError",
83
]
84
85
-__version__ = "0.16.0"
+__version__ = "0.16.1"
86
87
88
__locals = locals()
0 commit comments