From a3926c9f6ff9181f830480e73c82ccc5286f9603 Mon Sep 17 00:00:00 2001 From: tl-rodrigo-gryzinski <73602926+tl-rodrigo-gryzinski@users.noreply.github.com> Date: Tue, 28 Sep 2021 22:01:36 +0100 Subject: [PATCH] Release reqwest tracing 0.1.3 (#12) * chore: version bump reqwest-tracing to 0.1.3 * bump reqwest-tracing to next development version --- reqwest-tracing/CHANGELOG.md | 1 + reqwest-tracing/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/reqwest-tracing/CHANGELOG.md b/reqwest-tracing/CHANGELOG.md index 7109070..363c75d 100644 --- a/reqwest-tracing/CHANGELOG.md +++ b/reqwest-tracing/CHANGELOG.md @@ -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` diff --git a/reqwest-tracing/Cargo.toml b/reqwest-tracing/Cargo.toml index 2f0c863..0242186 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.1.3-alpha.0" +version = "0.1.4-alpha.0" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."