Skip to content

Commit

Permalink
Release/v0.14.0 (#72)
Browse files Browse the repository at this point in the history
* Fix start_tracing argument name for span exporter factories

* Release v0.14.0
  • Loading branch information
owais authored May 19, 2021
1 parent 79646fa commit c8c1a9c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 26 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.14.0 (05-20-2021)

### Changed

- Renamed `exporters` argument `span_exporter_factories` for `start_tracing()` function.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

-------

The documentation below refers to the in development version of this package. Docs for the latest version ([v0.13.0](https://github.com/signalfx/splunk-otel-python/releases/tag/v0.13.0)) can be found [here](https://github.com/signalfx/splunk-otel-python/blob/v0.13.0/README.md).
The documentation below refers to the in development version of this package. Docs for the latest version ([v0.14.0](https://github.com/signalfx/splunk-otel-python/releases/tag/v0.14.0)) can be found [here](https://github.com/signalfx/splunk-otel-python/blob/v0.14.0/README.md).

-------

Expand Down
52 changes: 28 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splunk-opentelemetry"
version = "0.13.0"
version = "0.14.0"
description = "The Splunk distribution of OpenTelemetry Python Instrumentation provides a Python agent that automatically instruments your Python application to capture and report distributed traces to SignalFx APM."
authors = ["Splunk <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit c8c1a9c

Please sign in to comment.