File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.3.23 (March 13, 2026)
2+
3+ ### Fixed
4+
5+ - Allow ansi sanitization to be disabled ([ #3484 ] )
6+
7+ [ #3484 ] : https://github.com/tokio-rs/tracing/pull/3484
8+
19# 0.3.22 (November 28, 2025)
210
311#### Important
Original file line number Diff line number Diff line change 11[package ]
22name = " tracing-subscriber"
3- version = " 0.3.22 "
3+ version = " 0.3.23 "
44authors = [
55 " Eliza Weisman <eliza@buoyant.io>" ,
66 " David Barsky <me@davidbarsky.com>" ,
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ application authors using `tracing` to instrument their applications.
2929[ tracing ] : https://github.com/tokio-rs/tracing/tree/main/tracing
3030[ tracing-fmt ] : https://github.com/tokio-rs/tracing/tree/main/tracing-subscriber
3131[ crates-badge ] : https://img.shields.io/crates/v/tracing-subscriber.svg
32- [ crates-url ] : https://crates.io/crates/tracing-subscriber/0.3.22
32+ [ crates-url ] : https://crates.io/crates/tracing-subscriber/0.3.23
3333[ docs-badge ] : https://docs.rs/tracing-subscriber/badge.svg
34- [ docs-url ] : https://docs.rs/tracing-subscriber/0.3.22
34+ [ docs-url ] : https://docs.rs/tracing-subscriber/0.3.23
3535[ docs-v0.2.x-badge ] : https://img.shields.io/badge/docs-v0.2.x-blue
3636[ docs-v0.2.x-url ] : https://tracing.rs/tracing_subscriber
3737[ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
You can’t perform that action at this time.
0 commit comments