We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15600a3 commit 4965c36Copy full SHA for 4965c36
tracing-log/CHANGELOG.md
@@ -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
9
# 0.1.3 (April 21st, 2022)
10
11
### Added
tracing-log/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tracing-log"
-version = "0.1.3"
+version = "0.1.4"
authors = ["Tokio Contributors <[email protected]>"]
edition = "2018"
repository = "https://github.com/tokio-rs/tracing"
0 commit comments