Release reqwest-retry 0.1.2 (#11)

* chore: version bump reqwest-retry to 0.1.2
* bump reqwest-retry to next development version
pull/12/head reqwest-retry-v0.1.2
tl-rodrigo-gryzinski 2021-09-28 21:48:55 +01:00 committed by GitHub
parent c05fd77b3f
commit 52de87e5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [0.1.2] - 2021-09-28
### Added ### Added
- Re-export `RetryPolicy` from the crate root. - Re-export `RetryPolicy` from the crate root.
### Changed ### Changed

View File

@ -1,6 +1,6 @@
[package] [package]
name = "reqwest-retry" name = "reqwest-retry"
version = "0.1.2-alpha.0" version = "0.1.3-alpha.0"
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"] authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
edition = "2018" edition = "2018"
description = "Retry middleware for reqwest." description = "Retry middleware for reqwest."