Skip to content

Commit c8b4396

Browse files
hawkwkaffarell
authored andcommitted
attributes: prepare to release v0.1.20 (tokio-rs#1976)
# 0.1.20 (March 8, 2022) ### Fixed - Compilation failure with `--minimal-versions` due to a too-permissive `syn` dependency ([tokio-rs#1960]) ### Changed - Bumped minimum supported Rust version (MSRV) to 1.49.0 ([tokio-rs#1913]) Thanks to new contributor @udoprog for contributing to this release! [tokio-rs#1960]: tokio-rs#1960 [tokio-rs#1913]: tokio-rs#1913
1 parent b2db78f commit c8b4396

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

tracing-attributes/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 0.1.20 (March 8, 2022)
2+
3+
### Fixed
4+
5+
- Compilation failure with `--minimal-versions` due to a too-permissive `syn`
6+
dependency ([#1960])
7+
8+
### Changed
9+
10+
- Bumped minimum supported Rust version (MSRV) to 1.49.0 ([#1913])
11+
12+
Thanks to new contributor @udoprog for contributing to this release!
13+
14+
[#1960]: https://github.com/tokio-rs/tracing/pull/1960
15+
[#1913]: https://github.com/tokio-rs/tracing/pull/1913
16+
117
# 0.1.19 (February 3, 2022)
218

319
This release introduces a new `#[instrument(ret)]` argument to emit an event

tracing-attributes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.19
21+
[docs-url]: https://docs.rs/tracing-attributes/0.1.20
2222
[docs-master-badge]: https://img.shields.io/badge/docs-master-blue
2323
[docs-master-url]: https://tracing-rs.netlify.com/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.19"
50+
tracing-attributes = "0.1.20"
5151
```
5252

5353

0 commit comments

Comments
 (0)