Skip to content

Commit cc44064

Browse files
authored
chore: prepare tracing-subscriber 0.3.22 (#3428)
# 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 64e1c8d commit cc44064

File tree

3 files changed

+30
-12
lines changed

3 files changed

+30
-12
lines changed

tracing-subscriber/CHANGELOG.md

Lines changed: 27 additions & 9 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
@@ -19,13 +37,13 @@
1937
- Fix extra closing brace in layer docs ([#3350])
2038
- Fix link in `FmtSpan` docs ([#3411])
2139

22-
[#3289]: https://github.com/tokio-rs/tracing/pull/#3289
23-
[#3331]: https://github.com/tokio-rs/tracing/pull/#3331
24-
[#3339]: https://github.com/tokio-rs/tracing/pull/#3339
25-
[#3350]: https://github.com/tokio-rs/tracing/pull/#3350
26-
[#3379]: https://github.com/tokio-rs/tracing/pull/#3379
27-
[#3411]: https://github.com/tokio-rs/tracing/pull/#3411
28-
[#3418]: https://github.com/tokio-rs/tracing/pull/#3418
40+
[#3289]: https://github.com/tokio-rs/tracing/pull/3289
41+
[#3331]: https://github.com/tokio-rs/tracing/pull/3331
42+
[#3339]: https://github.com/tokio-rs/tracing/pull/3339
43+
[#3350]: https://github.com/tokio-rs/tracing/pull/3350
44+
[#3379]: https://github.com/tokio-rs/tracing/pull/3379
45+
[#3411]: https://github.com/tokio-rs/tracing/pull/3411
46+
[#3418]: https://github.com/tokio-rs/tracing/pull/3418
2947

3048
# 0.3.20 (August 29, 2025)
3149

@@ -39,8 +57,8 @@
3957

4058
- Implement `Clone` for `EnvFilter` ([#3360])
4159

42-
[#3360]: https://github.com/tokio-rs/tracing/pull/#3360
43-
[#3368]: https://github.com/tokio-rs/tracing/pull/#3368
60+
[#3360]: https://github.com/tokio-rs/tracing/pull/3360
61+
[#3368]: https://github.com/tokio-rs/tracing/pull/3368
4462
[docs-0.3.20]: https://docs.rs/tracing-subscriber/0.3.20/tracing_subscriber/
4563
[crate-0.3.20]: https://crates.io/crates/tracing-subscriber/0.3.20
4664

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)