Skip to content

Commit 4965c36

Browse files
davidbarskyhawkw
andauthored
chore: Prepare tracing-log 0.1.4 (#2770)
# 0.1.4 (October 23rd, 2023) ### Changes - Deprecated `env_logger` feature in favor of `tracing_subscriber::fmt::Subscriber` (#2752) Co-authored-by: Eliza Weisman <[email protected]>
1 parent 15600a3 commit 4965c36

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

tracing-log/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.1.4 (October 23rd, 2023)
2+
3+
### Changes
4+
5+
- Deprecated `env_logger` feature in favor of `tracing_subscriber::fmt::Subscriber` ([#2752])
6+
7+
#[2752]: https://github.com/tokio-rs/tracing/pull/2752
8+
19
# 0.1.3 (April 21st, 2022)
210

311
### Added

tracing-log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracing-log"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Tokio Contributors <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/tokio-rs/tracing"

0 commit comments

Comments
 (0)