Skip to content

Commit f2acbd1

Browse files
chore: release main (#207)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-python: 0.1.1</summary> ## [0.1.1](launchdarkly-observability-python-0.1.0...launchdarkly-observability-python-0.1.1) (2025-08-28) ### Bug Fixes * Create span when no active span for error. ([#191](#191)) ([0341b0f](0341b0f)) </details> <details><summary>launchdarkly-observability-android: 0.6.0</summary> ## [0.6.0](launchdarkly-observability-android-0.5.0...launchdarkly-observability-android-0.6.0) (2025-08-28) ### Features * O11Y-359 - Add custom sampling for OTLP logs and traces ([#189](#189)) ([3092c8f](3092c8f)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 80510a8 commit f2acbd1

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"sdk/@launchdarkly/observability-python": "0.1.0",
2+
"sdk/@launchdarkly/observability-python": "0.1.1",
33
"go": "0.2.1",
4-
"sdk/@launchdarkly/observability-android": "0.5.0",
4+
"sdk/@launchdarkly/observability-android": "0.6.0",
55
"sdk/@launchdarkly/observability-dotnet": "0.1.0"
66
}

sdk/@launchdarkly/observability-android/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.5.0...launchdarkly-observability-android-0.6.0) (2025-08-28)
4+
5+
6+
### Features
7+
8+
* O11Y-359 - Add custom sampling for OTLP logs and traces ([#189](https://github.com/launchdarkly/observability-sdk/issues/189)) ([3092c8f](https://github.com/launchdarkly/observability-sdk/commit/3092c8f3235a0b8f17210dba2469b7ffe8a6eca9))
9+
310
## [0.5.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.4.0...launchdarkly-observability-android-0.5.0) (2025-08-26)
411

512

sdk/@launchdarkly/observability-android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
android.useAndroidX=true
55

66
#x-release-please-start-version
7-
version=0.5.0
7+
version=0.6.0
88
#x-release-please-end

sdk/@launchdarkly/observability-python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Python Observability will be documented in this file. This project adheres to Semantic Versioning.
44

5+
## [0.1.1](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-0.1.0...launchdarkly-observability-python-0.1.1) (2025-08-28)
6+
7+
8+
### Bug Fixes
9+
10+
* Create span when no active span for error. ([#191](https://github.com/launchdarkly/observability-sdk/issues/191)) ([0341b0f](https://github.com/launchdarkly/observability-sdk/commit/0341b0f62ea1f88ab286ad14f9d72bc0b297e668))
11+
512
## 0.1.0 (2025-07-18)
613

714

sdk/@launchdarkly/observability-python/PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
PLUGIN_VERSION=0.1.0
12+
PLUGIN_VERSION=0.1.1
1313
```
1414
<!-- x-release-please-end -->
1515

sdk/@launchdarkly/observability-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "launchdarkly-observability"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "LaunchDarkly Observability for Python"
55
license = "Apache-2.0"
66
authors = [

0 commit comments

Comments
 (0)