File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change
1
+ # 0.19.0 (May 23, 2023)
2
+
3
+ ### Breaking Changes
4
+
5
+ - Upgrade to ` v0.19.0 ` of ` opentelemetry ` (#12 )
6
+ For list of breaking changes in OpenTelemetry, see the
7
+ [ v0.19.0 changelog] ( https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/CHANGELOG.md#v0190 ) .
8
+ - Update MSRV to require Rust 1.60+, as ` opentelemetry ` requires it now (#12 )
9
+
10
+ Thanks to @jaysonsantos , @briankung , and @humb1t for contributing to this release!
11
+
1
12
# 0.18.0 (September 18, 2022)
2
13
3
14
### Breaking Changes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tracing-opentelemetry"
3
- version = " 0.18 .0"
3
+ version = " 0.19 .0"
4
4
authors = [
5
5
" Julian Tescher <[email protected] >" ,
6
6
" Tokio Contributors <[email protected] >"
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ Utilities for adding [OpenTelemetry] interoperability to [`tracing`].
17
17
[ Documentation] [ docs-url ] | [ Chat] [ discord-url ]
18
18
19
19
[ crates-badge ] : https://img.shields.io/crates/v/tracing-opentelemetry.svg
20
- [ crates-url ] : https://crates.io/crates/tracing-opentelemetry/0.18 .0
20
+ [ crates-url ] : https://crates.io/crates/tracing-opentelemetry/0.19 .0
21
21
[ docs-badge ] : https://docs.rs/tracing-opentelemetry/badge.svg
22
- [ docs-url ] : https://docs.rs/tracing-opentelemetry/0.18 .0/tracing_opentelemetry
22
+ [ docs-url ] : https://docs.rs/tracing-opentelemetry/0.19 .0/tracing_opentelemetry
23
23
[ docs-master-badge ] : https://img.shields.io/badge/docs-master-blue
24
24
[ docs-master-url ] : https://tracing-rs.netlify.com/tracing_opentelemetry
25
25
[ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
26
26
[ mit-url ] : LICENSE
27
- [ actions-badge ] : https://github.com/tokio-rs/tracing/workflows/CI/badge.svg
28
- [ actions-url ] :https://github.com/tokio-rs/tracing/actions?query=workflow%3ACI
27
+ [ actions-badge ] : https://github.com/tokio-rs/tracing-opentelemetry /workflows/CI/badge.svg
28
+ [ actions-url ] :https://github.com/tokio-rs/tracing-opentelemetry /actions?query=workflow%3ACI
29
29
[ discord-badge ] : https://img.shields.io/discord/500028886025895936?logo=discord&label=discord&logoColor=white
30
30
[ discord-url ] : https://discord.gg/EeF3cQw
31
31
[ maint-badge ] : https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg
Original file line number Diff line number Diff line change 100
100
//! [subscriber]: tracing_subscriber::subscribe
101
101
#![ deny( unreachable_pub) ]
102
102
#![ cfg_attr( test, deny( warnings) ) ]
103
- #![ doc( html_root_url = "https://docs.rs/tracing-opentelemetry/0.18 .0" ) ]
103
+ #![ doc( html_root_url = "https://docs.rs/tracing-opentelemetry/0.19 .0" ) ]
104
104
#![ doc(
105
105
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
106
- issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
106
+ issue_tracker_base_url = "https://github.com/tokio-rs/tracing-opentelemetry /issues/"
107
107
) ]
108
108
#![ cfg_attr(
109
109
docsrs,
You can’t perform that action at this time.
0 commit comments