|
| 1 | +# 0.1.43 (November 28, 2025) |
| 2 | + |
| 3 | +#### Important |
| 4 | + |
| 5 | +The previous release [0.1.42] was yanked because [#3382] was a breaking change. |
| 6 | +See further details in [#3424]. This release contains all the changes from that |
| 7 | +version, plus a revert for the problematic part of the breaking PR. |
| 8 | + |
| 9 | +### Fixed |
| 10 | + |
| 11 | +- Revert "make `valueset` macro sanitary" ([#3425]) |
| 12 | + |
| 13 | +[#3382]: https://github.com/tokio-rs/tracing/pull/3382 |
| 14 | +[#3424]: https://github.com/tokio-rs/tracing/pull/3424 |
| 15 | +[#3425]: https://github.com/tokio-rs/tracing/pull/3425 |
| 16 | +[0.1.42]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42 |
| 17 | + |
1 | 18 | # 0.1.42 (November 26, 2025) |
2 | 19 |
|
3 | 20 | ### Important |
@@ -30,17 +47,17 @@ be used outside of `tracing` macros. |
30 | 47 |
|
31 | 48 | - **core**: Add missing `dyn` keyword in `Visit` documentation code sample ([#3387]) |
32 | 49 |
|
33 | | -[#2983]: https://github.com/tokio-rs/tracing/pull/#2983 |
34 | | -[#3130]: https://github.com/tokio-rs/tracing/pull/#3130 |
35 | | -[#3158]: https://github.com/tokio-rs/tracing/pull/#3158 |
36 | | -[#3227]: https://github.com/tokio-rs/tracing/pull/#3227 |
37 | | -[#3373]: https://github.com/tokio-rs/tracing/pull/#3373 |
38 | | -[#3374]: https://github.com/tokio-rs/tracing/pull/#3374 |
39 | | -[#3382]: https://github.com/tokio-rs/tracing/pull/#3382 |
40 | | -[#3387]: https://github.com/tokio-rs/tracing/pull/#3387 |
41 | | -[#3398]: https://github.com/tokio-rs/tracing/pull/#3398 |
42 | | -[#3414]: https://github.com/tokio-rs/tracing/pull/#3414 |
43 | | -[#3417]: https://github.com/tokio-rs/tracing/pull/#3417 |
| 50 | +[#2983]: https://github.com/tokio-rs/tracing/pull/2983 |
| 51 | +[#3130]: https://github.com/tokio-rs/tracing/pull/3130 |
| 52 | +[#3158]: https://github.com/tokio-rs/tracing/pull/3158 |
| 53 | +[#3227]: https://github.com/tokio-rs/tracing/pull/3227 |
| 54 | +[#3373]: https://github.com/tokio-rs/tracing/pull/3373 |
| 55 | +[#3374]: https://github.com/tokio-rs/tracing/pull/3374 |
| 56 | +[#3382]: https://github.com/tokio-rs/tracing/pull/3382 |
| 57 | +[#3387]: https://github.com/tokio-rs/tracing/pull/3387 |
| 58 | +[#3398]: https://github.com/tokio-rs/tracing/pull/3398 |
| 59 | +[#3414]: https://github.com/tokio-rs/tracing/pull/3414 |
| 60 | +[#3417]: https://github.com/tokio-rs/tracing/pull/3417 |
44 | 61 | [`Span::record_all`]: https://docs.rs/tracing/0.1.41/tracing/struct.Span.html#method.record_all |
45 | 62 |
|
46 | 63 | # 0.1.41 (November 27, 2024) |
|
0 commit comments