File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.1.30 (June 17, 2025)
2+
3+ ### Fixed
4+
5+ - Fix ` tracing::instrument ` regression around shadowing ([ #3311 ] )
6+
7+ [ #3311 ] : https://github.com/tokio-rs/tracing/pull/3311
8+
19# 0.1.29 (June 6, 2025)
210
311### Changed
Original file line number Diff line number Diff 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.29 "
8+ version = " 0.1.30 "
99authors = [
1010 " Tokio Contributors <team@tokio.rs>" ,
1111 " Eliza Weisman <eliza@buoyant.io>" ,
Original file line number Diff line number Diff 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.29
21+ [ docs-url ] : https://docs.rs/tracing-attributes/0.1.30
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.29 "
50+ tracing-attributes = " 0.1.30 "
5151```
5252
5353
You can’t perform that action at this time.
0 commit comments