Skip to content

Commit 643f392

Browse files
authored
chore: prepare tracing-attributes 0.1.29 (#3304)
# 0.1.29 (June 6, 2025) ### Changed - Bump MSRV to 1.65 ([#3033]) ### Fixed - Let `dead_code` lint work on `#[instrument]`ed functions ([#3108]) - Globally qualify attribute paths ([#3126]) [#3033]: #3033 [#3108]: #3108 [#3126]: #3126
1 parent d08e7a6 commit 643f392

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

tracing-attributes/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.1.29 (June 6, 2025)
2+
3+
### Changed
4+
5+
- Bump MSRV to 1.65 ([#3033])
6+
7+
### Fixed
8+
9+
- Let `dead_code` lint work on `#[instrument]`ed functions ([#3108])
10+
- Globally qualify attribute paths ([#3126])
11+
12+
[#3033]: https://github.com/tokio-rs/tracing/pull/3033
13+
[#3108]: https://github.com/tokio-rs/tracing/pull/3108
14+
[#3126]: https://github.com/tokio-rs/tracing/pull/3126
15+
116
# 0.1.28 (November 26, 2024)
217

318
### Changed

tracing-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "tracing-attributes"
55
# - Update doc url in README.md.
66
# - Update CHANGELOG.md.
77
# - Create "tracing-attributes-0.1.x" git tag.
8-
version = "0.1.28"
8+
version = "0.1.29"
99
authors = [
1010
"Tokio Contributors <[email protected]>",
1111
"Eliza Weisman <[email protected]>",

tracing-attributes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Macro attributes for application-level tracing.
1818
[crates-badge]: https://img.shields.io/crates/v/tracing-attributes.svg
1919
[crates-url]: https://crates.io/crates/tracing-attributes
2020
[docs-badge]: https://docs.rs/tracing-attributes/badge.svg
21-
[docs-url]: https://docs.rs/tracing-attributes/0.1.28
21+
[docs-url]: https://docs.rs/tracing-attributes/0.1.29
2222
[docs-v0.2.x-badge]: https://img.shields.io/badge/docs-v0.2.x-blue
2323
[docs-v0.2.x-url]: https://tracing.rs/tracing_attributes
2424
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
@@ -47,7 +47,7 @@ First, add this to your `Cargo.toml`:
4747

4848
```toml
4949
[dependencies]
50-
tracing-attributes = "0.1.28"
50+
tracing-attributes = "0.1.29"
5151
```
5252

5353

0 commit comments

Comments
 (0)