File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.3.0] - 2025-02-27
9+
10+ ### Added
11+ - Added a new parameter and behaviour for the Retry class to retry on a specified set of httpx exceptions.
12+
813## [ 0.2.4] - 2025-02-25
914
1015### Added
@@ -31,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3136### Added
3237- Initial release
3338
34- [ Unreleased ] : https://github.com/will-ockmore/httpx-retries/compare/0.2.4...HEAD
39+ [ Unreleased ] : https://github.com/will-ockmore/httpx-retries/compare/0.3.0...HEAD
40+ [ 0.3.0 ] : https://github.com/will-ockmore/httpx-retries/releases/tag/0.3.0
3541[ 0.2.4 ] : https://github.com/will-ockmore/httpx-retries/releases/tag/0.2.4
3642[ 0.2.3 ] : https://github.com/will-ockmore/httpx-retries/releases/tag/0.2.3
3743[ 0.2.2 ] : https://github.com/will-ockmore/httpx-retries/releases/tag/0.2.2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " httpx-retries"
7- version = " 0.2.4 "
7+ version = " 0.3.0 "
88description = " A retry layer for HTTPX."
99requires-python = " >=3.9"
1010authors = [{ name = " Will Ockmore" , email = " will.ockmore@gmail.com" }]
You can’t perform that action at this time.
0 commit comments