File tree 3 files changed +26
-5
lines changed
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
+
1
22
# 0.2.0 (October 23, 2021)
2
23
3
24
This 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"
8
8
# - README.md
9
9
# - Update CHANGELOG.md.
10
10
# - Create "v0.2.x" git tag
11
- version = " 0.2.0 "
11
+ version = " 0.2.1 "
12
12
authors = [
13
13
" Eliza Weisman <[email protected] >" ,
14
14
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ information.
18
18
[ Documentation (release)] [ docs-url ] | [ Documentation (master)] [ docs-master-url ] | [ Chat] [ discord-url ]
19
19
20
20
[ 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
22
22
[ 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
24
24
[ docs-master-badge ] : https://img.shields.io/badge/docs-master-blue
25
25
[ docs-master-url ] : https://tracing-rs.netlify.com/tracing_error
26
26
[ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
@@ -234,5 +234,5 @@ terms or conditions.
234
234
[ subscriber layer ] : https://docs.rs/tracing-subscriber/latest/tracing_subscriber/layer/trait.Layer.html
235
235
[ `tracing` ] : https://docs.rs/tracing
236
236
[ `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