From 7489e2d4b7886896128d43d7a009ec8db9af8363 Mon Sep 17 00:00:00 2001 From: Luca Palmieri Date: Tue, 30 Nov 2021 16:11:59 +0000 Subject: [PATCH] Cut 0.2.0 release of `reqwest-tracing`. --- reqwest-tracing/CHANGELOG.md | 4 ++++ reqwest-tracing/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/reqwest-tracing/CHANGELOG.md b/reqwest-tracing/CHANGELOG.md index 363c75d..6a92197 100644 --- a/reqwest-tracing/CHANGELOG.md +++ b/reqwest-tracing/CHANGELOG.md @@ -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` diff --git a/reqwest-tracing/Cargo.toml b/reqwest-tracing/Cargo.toml index d95e4d9..cc32686 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.1.4-alpha.0" +version = "0.2.0-alpha.0" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."