Skip to content

Commit

Permalink
Release v1.15.0 (#356)
Browse files Browse the repository at this point in the history
* Preparing release v1.15.0

* chore: update changelog

* remove accidental pyright config
  • Loading branch information
seemk authored Nov 15, 2023
1 parent e2fee75 commit 3dd9a74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.15.0 - 2023-11-15

- Add support for CPU profiling
[#327](https://github.com/signalfx/splunk-otel-python/pull/327)

## 1.14.1 - 2023-10-03
- Dependencies bump, updating cryptography to 41.0.3

Expand Down Expand Up @@ -37,7 +42,7 @@

- Upgraded Otel dependencies to 1.11.1 and 0.30b1
[#226](https://github.com/signalfx/splunk-otel-python/pull/226)


## 1.5.0 - 2022-03-14

Expand Down Expand Up @@ -160,7 +165,7 @@

### Breaking Changes

- Removed support for `SPLK_` prefixed env var.
- Removed support for `SPLK_` prefixed env var.
[#65](https://github.com/signalfx/splunk-otel-python/pull/65)
- Removed `opentelemetry-propagator-b3` as a depedency. It can be installed direclty or by using
the new `b3` extras options e.g, `pip install splunk-opentelemetry[b3]`.
Expand Down
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 = "1.14.1"
version = "1.15.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 3dd9a74

Please sign in to comment.