From 61e5cb827e0b663ae2ca82993ea452d6448b6a97 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 27 Sep 2024 13:07:44 +0100 Subject: [PATCH 1/4] Version 1.0.6 --- httpcore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpcore/__init__.py b/httpcore/__init__.py index 014213ba..330745a5 100644 --- a/httpcore/__init__.py +++ b/httpcore/__init__.py @@ -130,7 +130,7 @@ def __init__(self, *args, **kwargs): # type: ignore "WriteError", ] -__version__ = "1.0.5" +__version__ = "1.0.6" __locals = locals() From 8eb681563a323f0eb8837a562e54ef895347f0bf Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 27 Sep 2024 13:20:07 +0100 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 992dcff6..fcf3cd95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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 +## Version 1.0.6 - Handle `SSLError` exception. (#918) From b0ede89905874d4ada250facc06fee204ccfb62f Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 27 Sep 2024 17:46:26 +0100 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8163b95a..46682d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## Version 1.0.6 +## Version 1.0.6 (September 27th, 2024) - Relax `trio` dependency pinning. (#956) - Handle `trio` raising `NotImplementedError` on unsupported platforms. (#955) From 2705e3308fb4532ed77780fb994b5a6782f47ebe Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 1 Oct 2024 10:46:08 +0100 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46682d59..f6311042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## Version 1.0.6 (September 27th, 2024) +## Version 1.0.6 (October 1st, 2024) - Relax `trio` dependency pinning. (#956) - Handle `trio` raising `NotImplementedError` on unsupported platforms. (#955)