Skip to content

Commit 54ede4d

Browse files
authored
chore: prepare tracing-subscriber 0.3.23 (#3490)
# 0.3.23 (March 13, 2026) ### Fixed - Allow ansi sanitization to be disabled ([#3484]) [#3484]: #3484
1 parent 37558d5 commit 54ede4d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

tracing-subscriber/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

tracing-subscriber/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracing-subscriber"
3-
version = "0.3.22"
3+
version = "0.3.23"
44
authors = [
55
"Eliza Weisman <eliza@buoyant.io>",
66
"David Barsky <me@davidbarsky.com>",

tracing-subscriber/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)