Skip to content

Commit

Permalink
Merge branch 'v0.1.x' into metrics-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Aug 5, 2023
2 parents 3cfc96f + d9b18f2 commit 3198cbf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.20.0 (August 1, 2023)

### Added

- Add `OpenTelemetrySpanExt::set_attribute` function (#34)

### Breaking Changes

- Upgrade to `v0.20.0` of `opentelemetry` (#36)
For list of breaking changes in OpenTelemetry, see the
[v0.20.0 changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/v0.20.0/opentelemetry-api/CHANGELOG.md#v0200).

Thanks to @ymgyt, @mladedav, @shaun-cox, and @Protryon for contributing to this release!

# 0.19.0 (May 23, 2023)

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

0 comments on commit 3198cbf

Please sign in to comment.