Skip to content

Commit aa934b7

Browse files
davidbarskykaffarell
authored andcommitted
chore: prepare tracing-attributes 0.1.27 (tokio-rs#2756)
# 0.1.27 (October 13, 2023) ### Changed - Bump minimum version of proc-macro2 to 1.0.60 (tokio-rs#2732) - Generate less dead code for async block return type hint (tokio-rs#2709) ### Fixed - Fix a compilation error in `#[instrument]` when the `"log"` feature is enabled (tokio-rs#2599)
1 parent 48d0ba7 commit aa934b7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
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.27 (October 13, 2023)
2+
3+
### Changed
4+
5+
- Bump minimum version of proc-macro2 to 1.0.60 ([#2732])
6+
- Generate less dead code for async block return type hint ([#2709])
7+
8+
### Fixed
9+
10+
- Fix a compilation error in `#[instrument]` when the `"log"` feature is enabled ([#2599])
11+
12+
[#2732]: https://github.com/tokio-rs/tracing/pull/2732
13+
[#2709]: https://github.com/tokio-rs/tracing/pull/2709
14+
[#2599]: https://github.com/tokio-rs/tracing/pull/2599
15+
116
# 0.1.26 (June 21th, 2023)
217

318
This release of `tracing-attributes` fixes warnings due to `allow` attributes in

0 commit comments

Comments
 (0)