Skip to content

Commit f65def3

Browse files
authored
Version 0.4.1 (#33)
1 parent 421c407 commit f65def3

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.4.1] - 2025-08-23
9+
10+
### Added
11+
- Included the request object in the retry logs within `RetryTransport._retry_operation` and `RetryTransport._retry_operation_async`.
12+
13+
### Fixed
14+
- Relaxed the dependency specifier on `httpx` to include any version greater than `0.20.0`.
15+
816
## [0.4.0] - 2025-05-18
917

1018
### Added

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.4.0"
7+
version = "0.4.1"
88
description = "A retry layer for HTTPX."
99
requires-python = ">=3.9"
1010
authors = [{ name = "Will Ockmore", email = "[email protected]" }]

0 commit comments

Comments
 (0)