mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-03 07:44:42 +00:00
opentelemetry: prepare for 0.17.0 release (#1877)
Breaking changes in this release: - Upgrade to `v0.17.0` of `opentelemetry` (#1853) For list of breaking changes in OpenTelemetry, see the [v0.17.0 changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/CHANGELOG.md#v0170).
This commit is contained in:
parent
653a84b457
commit
2dad4b493e
@ -1,3 +1,11 @@
|
|||||||
|
# 0.17.0 (February 3, 2022)
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
|
||||||
|
- Upgrade to `v0.17.0` of `opentelemetry` (#1853)
|
||||||
|
For list of breaking changes in OpenTelemetry, see the
|
||||||
|
[v0.17.0 changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/CHANGELOG.md#v0170).
|
||||||
|
|
||||||
# 0.16.0 (October 23, 2021)
|
# 0.16.0 (October 23, 2021)
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tracing-opentelemetry"
|
name = "tracing-opentelemetry"
|
||||||
version = "0.16.0"
|
version = "0.17.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Julian Tescher <julian@tescher.me>",
|
"Julian Tescher <julian@tescher.me>",
|
||||||
"Tokio Contributors <team@tokio.rs>"
|
"Tokio Contributors <team@tokio.rs>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user