From 859498d374f296386afb2b5e1dabcd8b6d709ea7 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 25 Apr 2021 10:42:25 -0700 Subject: [PATCH] Bump version to 0.2.7 This change bumps the version of the crate to 0.2.7. The following notable changes have been made since 0.2.6: - Changed tracing behavior to capture output and only emit it on test failure or when explicitly requested - Bumped minimum tracing-subscriber version to 0.2.17 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ec4ea..cf6d81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.2.7 +----- - Changed `tracing` behavior to capture output and only emit it on test failure or when explicitly requested - Bumped minimum `tracing-subscriber` version to 0.2.17 diff --git a/Cargo.toml b/Cargo.toml index 1934ac8..cad35a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-env-log" -version = "0.2.6" +version = "0.2.7" authors = ["Daniel Mueller "] edition = "2018" license = "Apache-2.0 OR MIT"