Skip to content

Commit

Permalink
Version 0.16.2 (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Nov 25, 2022
1 parent 3a53583 commit d3ca620
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,11 @@ 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/).

## 0.16.2 (November 25th, 2022)

- Revert 'Fix async cancellation behaviour', which introduced race conditions. (#627)
- Raise `RuntimeError` if attempting to us UNIX domain sockets on Windows. (#619)

## 0.16.1 (November 17th, 2022)

- Fix HTTP/1.1 interim informational responses, such as "100 Continue". (#605)
Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Expand Up @@ -82,7 +82,7 @@
"WriteError",
]

__version__ = "0.16.1"
__version__ = "0.16.2"


__locals = locals()
Expand Down

0 comments on commit d3ca620

Please sign in to comment.