Skip to content

Commit be6cec2

Browse files
committed
chore: prepare tracing-subscriber 0.3.22
# 0.3.22 (November 28, 2025) #### Important The previous release [0.3.21] was yanked as it depended explicitly on [tracing-0.1.42], which was yanked due to a breaking change (see [#3424] for details). This release contains all the changes from the previous release, plus an update to the newer version of `tracing`. ### Changed - `tracing`: updated to 0.1.43 ([#3427]) [#3424]: #3424 [#3427]: #3427 [0.3.21]: https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.21 [tracing-0.1.42]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42
1 parent d46946f commit be6cec2

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

tracing-subscriber/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.3.22 (November 28, 2025)
2+
3+
#### Important
4+
5+
The previous release [0.3.21] was yanked as it depended explicitly on
6+
[tracing-0.1.42], which was yanked due to a breaking change (see [#3424] for
7+
details). This release contains all the changes from the previous release, plus
8+
an update to the newer version of `tracing`.
9+
10+
### Changed
11+
12+
- `tracing`: updated to 0.1.43 ([#3427])
13+
14+
[#3424]: https://github.com/tokio-rs/tracing/pull/3424
15+
[#3427]: https://github.com/tokio-rs/tracing/pull/3427
16+
[0.3.21]: https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.21
17+
[tracing-0.1.42]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42
18+
119
# 0.3.21 (November 26, 2025)
220

321
### Fixed

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.21"
3+
version = "0.3.22"
44
authors = [
55
"Eliza Weisman <[email protected]>",
66
"David Barsky <[email protected]>",

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.21
32+
[crates-url]: https://crates.io/crates/tracing-subscriber/0.3.22
3333
[docs-badge]: https://docs.rs/tracing-subscriber/badge.svg
34-
[docs-url]: https://docs.rs/tracing-subscriber/0.3.21
34+
[docs-url]: https://docs.rs/tracing-subscriber/0.3.22
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)