Skip to content

Commit

Permalink
chore: prepare tracing-log 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Oct 23, 2023
1 parent 12ec088 commit f1184b9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions tracing-log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 0.2.0 (October 23rd, 2023)

This release contains a breaking change: the removal of the `env_logger`
feature. Users who desire a similar experience should instead use
[`tracing_subscriber::fmt::Subscriber`] or [`tracing_subscriber::fmt::Layer`]
with the [`Targets`] or [`EnvFilter`] filters.

### Breaking Changes

- Remove `env_logger` feature ([#2771])

[#2771]: https://github.com/tokio-rs/tracing/pull/2771
[`tracing_subscriber::fmt::Subscriber`]: https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/fmt/struct.Subscriber.html
[`tracing_subscriber::fmt::Layer`]: https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/fmt/struct.Layer.html
[`Targets`]: https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/filter/targets/struct.Targets.html
[`EnvFilter`]: https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/filter/struct.EnvFilter.html

# 0.1.4 (October 23rd, 2023)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion tracing-log/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-log"
version = "0.1.4"
version = "0.2.0"
authors = ["Tokio Contributors <[email protected]>"]
edition = "2018"
repository = "https://github.com/tokio-rs/tracing"
Expand Down

0 comments on commit f1184b9

Please sign in to comment.