Skip to content

Commit d3ca620

Browse files
Version 0.16.2 (#628)
1 parent 3a53583 commit d3ca620

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
## 0.16.2 (November 25th, 2022)
8+
9+
- Revert 'Fix async cancellation behaviour', which introduced race conditions. (#627)
10+
- Raise `RuntimeError` if attempting to us UNIX domain sockets on Windows. (#619)
11+
712
## 0.16.1 (November 17th, 2022)
813

914
- Fix HTTP/1.1 interim informational responses, such as "100 Continue". (#605)

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.16.1"
85+
__version__ = "0.16.2"
8686

8787

8888
__locals = locals()

0 commit comments

Comments
 (0)