bump versions and update changelog for reqwest-tracing
parent
8458d82eef
commit
8f6af94914
|
@ -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."
|
||||
|
|
|
@ -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."
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue