We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reqwest-retry
0.8.0
1 parent 6d5b1d3 commit 1485f61Copy full SHA for 1485f61
2 files changed
reqwest-retry/CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.8.0] - 2025-11-26
10
+
11
### Breaking Changes
12
13
- Updated `retry-policies` (re-exported as `reqwest_retry::policies`) to 0.5.
reqwest-retry/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "reqwest-retry"
3
-version = "0.7.0"
+version = "0.8.0"
4
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
5
edition = "2018"
description = "Retry middleware for reqwest."
0 commit comments