From c2d477edae010fd9d46cf199db2d9ea665d5f790 Mon Sep 17 00:00:00 2001 From: tl-rodrigo-gryzinski <73602926+tl-rodrigo-gryzinski@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:15:36 +0100 Subject: [PATCH] [reqwest-retry] Patch release (#102) --- reqwest-retry/CHANGELOG.md | 2 +- reqwest-retry/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reqwest-retry/CHANGELOG.md b/reqwest-retry/CHANGELOG.md index 73f76f2..e2d76ed 100644 --- a/reqwest-retry/CHANGELOG.md +++ b/reqwest-retry/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.3] - 2023-08-30 ### Added - `RetryableStrategy` which allows for custom retry decisions based on the response that a request got diff --git a/reqwest-retry/Cargo.toml b/reqwest-retry/Cargo.toml index 9f0b1a7..a3658be 100644 --- a/reqwest-retry/Cargo.toml +++ b/reqwest-retry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-retry" -version = "0.2.2" +version = "0.2.3" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Retry middleware for reqwest."