mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 02:46:30 +00:00
Release reqwest-retry 0.1.2 (#11)
* chore: version bump reqwest-retry to 0.1.2 * bump reqwest-retry to next development version
This commit is contained in:
parent
c05fd77b3f
commit
52de87e5a2
2 changed files with 3 additions and 1 deletions
|
@ -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).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.2] - 2021-09-28
|
||||
### Added
|
||||
- Re-export `RetryPolicy` from the crate root.
|
||||
### Changed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "reqwest-retry"
|
||||
version = "0.1.2-alpha.0"
|
||||
version = "0.1.3-alpha.0"
|
||||
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
|
||||
edition = "2018"
|
||||
description = "Retry middleware for reqwest."
|
||||
|
|
Loading…
Reference in a new issue