Cut 0.2.0 release of `reqwest-tracing`.

reqwest-tracing-0.2
Luca Palmieri 2021-11-30 16:11:59 +00:00
parent 422566972a
commit 7489e2d4b7
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.0] - 2021-11-30
### Breaking
- Update to `tracing-subscriber` `0.3.x` when `opentelemetry_0_16` is active.
## [0.1.3] - 2021-09-28
### Changed
- Disabled default features on `reqwest`

View File

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