mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-30 14:30:42 +00:00
subscriber: prepare to release v0.3.15 (#2237)
# 0.3.15 (Jul 20, 2022) This release fixes a bug where the `reload` layer would fail to pass through `max_level_hint` to the underlying layer, potentially breaking filtering. ### Fixed - **reload**: pass through `max_level_hint` to the inner `Layer` ([#2204]) Thanks to @guswynn for contributing to this release! [#2204]: https://github.com/tokio-rs/tracing/pull/2204
This commit is contained in:
parent
398a6ecf89
commit
290eff2e4d
@ -1,3 +1,16 @@
|
||||
# 0.3.15 (Jul 20, 2022)
|
||||
|
||||
This release fixes a bug where the `reload` layer would fail to pass through
|
||||
`max_level_hint` to the underlying layer, potentially breaking filtering.
|
||||
|
||||
### Fixed
|
||||
|
||||
- **reload**: pass through `max_level_hint` to the inner `Layer` ([#2204])
|
||||
|
||||
Thanks to @guswynn for contributing to this release!
|
||||
|
||||
[#2204]: https://github.com/tokio-rs/tracing/pull/2204
|
||||
|
||||
# 0.3.14 (Jul 1, 2022)
|
||||
|
||||
This release fixes multiple filtering bugs in the `Layer` implementations for
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tracing-subscriber"
|
||||
version = "0.3.14"
|
||||
version = "0.3.15"
|
||||
authors = [
|
||||
"Eliza Weisman <eliza@buoyant.io>",
|
||||
"David Barsky <me@davidbarsky.com>",
|
||||
|
@ -21,7 +21,7 @@ Utilities for implementing and composing [`tracing`][tracing] subscribers.
|
||||
[crates-badge]: https://img.shields.io/crates/v/tracing-subscriber.svg
|
||||
[crates-url]: https://crates.io/crates/tracing-subscriber
|
||||
[docs-badge]: https://docs.rs/tracing-subscriber/badge.svg
|
||||
[docs-url]: https://docs.rs/tracing-subscriber/0.3.14
|
||||
[docs-url]: https://docs.rs/tracing-subscriber/0.3.15
|
||||
[docs-master-badge]: https://img.shields.io/badge/docs-master-blue
|
||||
[docs-master-url]: https://tracing-rs.netlify.com/tracing_subscriber
|
||||
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
|
||||
|
@ -160,7 +160,7 @@
|
||||
//! [`time` crate]: https://crates.io/crates/time
|
||||
//! [`libstd`]: std
|
||||
//! [`liballoc`]: alloc
|
||||
#![doc(html_root_url = "https://docs.rs/tracing-subscriber/0.3.14")]
|
||||
#![doc(html_root_url = "https://docs.rs/tracing-subscriber/0.3.15")]
|
||||
#![doc(
|
||||
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
|
||||
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user