Skip to content

Commit 261cd04

Browse files
authored
Version 0.3.0 (#8)
1 parent de2151d commit 261cd04

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "httpx-retries"
7-
version = "0.2.4"
7+
version = "0.3.0"
88
description = "A retry layer for HTTPX."
99
requires-python = ">=3.9"
1010
authors = [{ name = "Will Ockmore", email = "will.ockmore@gmail.com" }]

0 commit comments

Comments
 (0)