Release reqwest tracing 0.1.3 (#12)

* chore: version bump reqwest-tracing to 0.1.3
* bump reqwest-tracing to next development version
pull/13/head reqwest-tracing-v0.1.3
tl-rodrigo-gryzinski 2021-09-28 22:01:36 +01:00 committed by GitHub
parent 52de87e5a2
commit a3926c9f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.3] - 2021-09-28
### Changed
- Disabled default features on `reqwest`
- Replaced `truelayer-extensions` with `task-local-extensions`

View File

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