Skip to content

Commit

Permalink
chore: prepare tracing-attributes 0.1.27 (tokio-rs#2756)
Browse files Browse the repository at this point in the history
# 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)
  • Loading branch information
davidbarsky authored and kaffarell committed May 22, 2024
1 parent 48d0ba7 commit aa934b7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tracing-attributes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.1.27 (October 13, 2023)

### Changed

- Bump minimum version of proc-macro2 to 1.0.60 ([#2732])
- Generate less dead code for async block return type hint ([#2709])

### Fixed

- Fix a compilation error in `#[instrument]` when the `"log"` feature is enabled ([#2599])

[#2732]: https://github.com/tokio-rs/tracing/pull/2732
[#2709]: https://github.com/tokio-rs/tracing/pull/2709
[#2599]: https://github.com/tokio-rs/tracing/pull/2599

# 0.1.26 (June 21th, 2023)

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

0 comments on commit aa934b7

Please sign in to comment.