forked from mirror/reqwest-middleware
Release reqwest-retry 0.1.2 (#11)
* chore: version bump reqwest-retry to 0.1.2 * bump reqwest-retry to next development versionreqwest-tracing-0.2 reqwest-retry-v0.1.2
parent
c05fd77b3f
commit
52de87e5a2
|
@ -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
|
||||||
|
|
|
@ -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."
|
||||||
|
|
Loading…
Reference in New Issue