Skip to content

Commit 2502f19

Browse files
davidbarskyhawkw
authored andcommitted
chore: prepare tracing-attributes 0.1.27 (#2756)
# 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)
1 parent 9048762 commit 2502f19

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
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

tracing-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "tracing-attributes"
88
# - README.md
99
# - Update CHANGELOG.md.
1010
# - Create "v0.1.x" git tag.
11-
version = "0.1.26"
11+
version = "0.1.27"
1212
authors = [
1313
"Tokio Contributors <[email protected]>",
1414
"Eliza Weisman <[email protected]>",

0 commit comments

Comments
 (0)