From b7dfcb0618d7c27a47b0d754d49944e0ef96ad29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Tue, 30 Apr 2024 07:28:57 -0700 Subject: [PATCH] Bump version to 0.2.16 This change bumps the version of the crate to 0.2.16. The following notable changes have been made since 0.2.15: - Use tracing-subscriber's 'tracing-log' feature to unify log output if both 'log' and 'trace' features are enabled - Added 'color' feature to enable colored output (enabled by default) --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- macros/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0cc3ce..1b8e90d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.2.16 +------ - Use `tracing-subscriber`'s `tracing-log` feature to unify log output if both `log` and `trace` features are enabled - Added `color` feature to enable colored output (enabled by default) diff --git a/Cargo.toml b/Cargo.toml index 916a2f6..6e78b25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-log" -version = "0.2.15" +version = "0.2.16" authors = ["Daniel Mueller "] edition = "2021" rust-version = "1.71" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 5382bb7..09aa829 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-log-macros" -version = "0.2.15" +version = "0.2.16" authors = ["Daniel Mueller "] edition = "2021" rust-version = "1.71"