Skip to content

Commit

Permalink
Version 0.18.0 (#768)
Browse files Browse the repository at this point in the history
* new version

* Update httpcore/__init__.py

* Update CHANGELOG.md

* Update CHANGELOG.md

* reorder by importance

---------

Co-authored-by: Tom Christie <tom@tomchristie.com>
  • Loading branch information
karpetrosyan and tomchristie committed Sep 8, 2023
1 parent a42df6c commit 2d0945c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ 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/).

## Unreleased
## 0.18.0 (September 8th, 2023)

- Add support for HTTPS proxies. (#745, # 786)
- Add support for HTTPS proxies. (#745, #786)
- Drop Python 3.7 support. (#727)
- Handle `sni_hostname` extension with SOCKS proxy. (#774)
- Change the type of `Extensions` from `Mapping[Str, Any]` to `MutableMapping[Str, Any]`. (#762)
- Handle HTTP/1.1 half-closed connections gracefully. (#641)
- Drop Python 3.7 support. (#727)
- Change the type of `Extensions` from `Mapping[Str, Any]` to `MutableMapping[Str, Any]`. (#762)

## 0.17.3 (July 5th, 2023)

Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __init__(self, *args, **kwargs): # type: ignore
"WriteError",
]

__version__ = "0.17.3"
__version__ = "0.18.0"


__locals = locals()
Expand Down

0 comments on commit 2d0945c

Please sign in to comment.