bump versions and update changelog for reqwest-tracing

pull/41/head
Rodrigo Gryzinski 2022-04-21 18:53:32 +01:00
parent 8458d82eef
commit 8f6af94914
4 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "reqwest-middleware"
version = "0.1.6"
version = "0.1.7-alpha.0"
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
edition = "2018"
description = "Wrapper around reqwest to allow for client middleware chains."

View File

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

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
# [0.2.2] - 2022-04-21
### Fixed
- Opentelemetry context is now propagated when the request span is disabled.
## [0.2.1] - 2022-02-21
### Changed
- Updated `reqwest-middleware` to `0.1.5`

View File

@ -1,6 +1,6 @@
[package]
name = "reqwest-tracing"
version = "0.2.2"
version = "0.2.3-alpha.0"
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
edition = "2018"
description = "Opentracing middleware for reqwest."