From 354ca71c949c3687b01908ee146dcadb01bd7591 Mon Sep 17 00:00:00 2001 From: David Barsky Date: Thu, 12 Oct 2023 18:52:02 -0400 Subject: [PATCH] prepare tracing-attributes 0.1.27 --- tracing-attributes/CHANGELOG.md | 15 +++++++++++++++ tracing-attributes/Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/tracing-attributes/CHANGELOG.md b/tracing-attributes/CHANGELOG.md index 6df517e856..bb090c3483 100644 --- a/tracing-attributes/CHANGELOG.md +++ b/tracing-attributes/CHANGELOG.md @@ -1,3 +1,18 @@ +# 0.1.27 (October 12, 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 instrument with "log" feature [#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 diff --git a/tracing-attributes/Cargo.toml b/tracing-attributes/Cargo.toml index 9c126ad81b..5bac47a1ed 100644 --- a/tracing-attributes/Cargo.toml +++ b/tracing-attributes/Cargo.toml @@ -8,7 +8,7 @@ name = "tracing-attributes" # - README.md # - Update CHANGELOG.md. # - Create "v0.1.x" git tag. -version = "0.1.26" +version = "0.1.27" authors = [ "Tokio Contributors ", "Eliza Weisman ",