Skip to content

Commit

Permalink
chore: Prepare tracing-log 0.1.4 (#2770)
Browse files Browse the repository at this point in the history
# 0.1.4 (October 23rd, 2023)

### Changes

- Deprecated `env_logger` feature in favor of 
  `tracing_subscriber::fmt::Subscriber` (#2752)

Co-authored-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
davidbarsky and hawkw committed Oct 23, 2023
1 parent 15600a3 commit 4965c36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions tracing-log/CHANGELOG.md
@@ -1,3 +1,11 @@
# 0.1.4 (October 23rd, 2023)

### Changes

- Deprecated `env_logger` feature in favor of `tracing_subscriber::fmt::Subscriber` ([#2752])

#[2752]: https://github.com/tokio-rs/tracing/pull/2752

# 0.1.3 (April 21st, 2022)

### Added
Expand Down
2 changes: 1 addition & 1 deletion tracing-log/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tracing-log"
version = "0.1.3"
version = "0.1.4"
authors = ["Tokio Contributors <team@tokio.rs>"]
edition = "2018"
repository = "https://github.com/tokio-rs/tracing"
Expand Down

0 comments on commit 4965c36

Please sign in to comment.