Skip to content

Commit 1485f61

Browse files
authored
chore(release): reqwest-retry 0.8.0 (#258)
1 parent 6d5b1d3 commit 1485f61

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

reqwest-retry/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.0] - 2025-11-26
10+
911
### Breaking Changes
1012

1113
- Updated `retry-policies` (re-exported as `reqwest_retry::policies`) to 0.5.

reqwest-retry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest-retry"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
55
edition = "2018"
66
description = "Retry middleware for reqwest."

0 commit comments

Comments
 (0)