File tree Expand file tree Collapse file tree 3 files changed +26
-5
lines changed Expand file tree Collapse file tree 3 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 1+ # 0.2.1 (November 29, 2024)
2+
3+ [ [ crates.io] [ crate-0.2.1 ] ] | [ [ docs.rs] [ docs-0.2.1 ] ]
4+
5+ ### Changed
6+
7+ - Bump MSRV to 1.63 ([ #2793 ] )
8+
9+ ### Documented
10+
11+ - Use intra-doc links instead of relative file paths ([ #2068 ] )
12+ - More intra-doc links ([ #2077 ] )
13+ - Add missing backtick to ` prelude ` docs ([ #2120 ] )
14+
15+ [ #2068 ] : https://github.com/tokio-rs/tracing/pull/2068
16+ [ #2077 ] : https://github.com/tokio-rs/tracing/pull/2077
17+ [ #2120 ] : https://github.com/tokio-rs/tracing/pull/2120
18+ [ #2793 ] : https://github.com/tokio-rs/tracing/pull/2793
19+ [ docs-0.2.1 ] : https://docs.rs/tracing-error/0.2.1/tracing_error/
20+ [ crate-0.2.1 ] : https://crates.io/crates/tracing-error/0.2.1
21+
122# 0.2.0 (October 23, 2021)
223
324This is a breaking change release in order to update the ` tracing-subscriber `
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name = "tracing-error"
88# - README.md
99# - Update CHANGELOG.md.
1010# - Create "v0.2.x" git tag
11- version = " 0.2.0 "
11+ version = " 0.2.1 "
1212authors = [
1313 " Eliza Weisman <[email protected] >" ,
1414
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ information.
1818[ Documentation (release)] [ docs-url ] | [ Documentation (master)] [ docs-master-url ] | [ Chat] [ discord-url ]
1919
2020[ crates-badge ] : https://img.shields.io/crates/v/tracing-error.svg
21- [ crates-url ] : https://crates.io/crates/tracing-error/0.2.0
21+ [ crates-url ] : https://crates.io/crates/tracing-error/0.2.1
2222[ docs-badge ] : https://docs.rs/tracing-error/badge.svg
23- [ docs-url ] : https://docs.rs/tracing-error/0.2.0 /tracing_error
23+ [ docs-url ] : https://docs.rs/tracing-error/0.2.1 /tracing_error
2424[ docs-master-badge ] : https://img.shields.io/badge/docs-master-blue
2525[ docs-master-url ] : https://tracing-rs.netlify.com/tracing_error
2626[ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
@@ -234,5 +234,5 @@ terms or conditions.
234234[ subscriber layer ] : https://docs.rs/tracing-subscriber/latest/tracing_subscriber/layer/trait.Layer.html
235235[ `tracing` ] : https://docs.rs/tracing
236236[ `std::error::Error` ] : https://doc.rust-lang.org/stable/std/error/trait.Error.html
237- [ `SpanTrace` ] : https://docs.rs/tracing-error/0.2.0 /tracing_error/struct.SpanTrace.html
238- [ `ErrorLayer` ] : https://docs.rs/tracing-error/0.2.0 /tracing_error/struct.ErrorLayer.html
237+ [ `SpanTrace` ] : https://docs.rs/tracing-error/0.2.1 /tracing_error/struct.SpanTrace.html
238+ [ `ErrorLayer` ] : https://docs.rs/tracing-error/0.2.1 /tracing_error/struct.ErrorLayer.html
You can’t perform that action at this time.
0 commit comments