Skip to content

Commit

Permalink
opentelemetry: prepare for 0.17.0 release (#1877)
Browse files Browse the repository at this point in the history
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:/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/CHANGELOG.md#v0170).
  • Loading branch information
jtescher authored and hawkw committed Feb 3, 2022
1 parent f1d8f41 commit 46ca88f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions tracing-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/CHANGELOG.md#v0170).

# 0.16.0 (October 23, 2021)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-opentelemetry"
version = "0.16.0"
version = "0.17.0"
authors = [
"Julian Tescher <[email protected]>",
"Tokio Contributors <[email protected]>"
Expand Down

0 comments on commit 46ca88f

Please sign in to comment.