Skip to content

Commit 11487a0

Browse files
authored
chore: prepare tracing-error 0.2.1 (#3163)
# 0.2.1 (November 29, 2024) [ [crates.io][crate-0.2.1] ] | [ [docs.rs][docs-0.2.1] ] ### Changed - Bump MSRV to 1.63 ([#2793]) ### Documented - Use intra-doc links instead of relative file paths ([#2068]) - More intra-doc links ([#2077]) - Add missing backtick to `prelude` docs ([#2120]) [#2068]: #2068 [#2077]: #2077 [#2120]: #2120 [#2793]: #2793 [docs-0.2.1]: https://docs.rs/tracing-error/0.2.1/tracing_error/ [crate-0.2.1]: https://crates.io/crates/tracing-error/0.2.1
1 parent 311c313 commit 11487a0

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

tracing-error/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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

324
This is a breaking change release in order to update the `tracing-subscriber`

tracing-error/Cargo.toml

+1-1
Original file line numberDiff line numberDiff 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"
1212
authors = [
1313
"Eliza Weisman <[email protected]>",
1414
"Jane Lusby <[email protected]>",

tracing-error/README.md

+4-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)