Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"go": "1.0.0",
"sdk/@launchdarkly/observability": "1.0.0",
"sdk/@launchdarkly/observability-android": "0.25.0",
"sdk/@launchdarkly/observability-android": "0.25.1",
"sdk/@launchdarkly/observability-dotnet": "1.0.0",
"sdk/@launchdarkly/observability-node": "1.0.0",
"sdk/@launchdarkly/observability-python": "1.0.0",
"sdk/@launchdarkly/observability-python": "1.1.0",
"sdk/@launchdarkly/observability-react-native": "0.7.0",
"sdk/@launchdarkly/session-replay": "1.0.0",
"sdk/highlight-run": "9.26.0"
Expand Down
8 changes: 8 additions & 0 deletions sdk/@launchdarkly/observability-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.25.1](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.25.0...launchdarkly-observability-android-0.25.1) (2026-02-12)


### Bug Fixes

* release package by trigger new build ([#364](https://github.com/launchdarkly/observability-sdk/issues/364)) ([7eaf5cd](https://github.com/launchdarkly/observability-sdk/commit/7eaf5cd576b9aa9003e6b4a4372c61bc3d390ff1))
* Trigger release / Code comments change ([#363](https://github.com/launchdarkly/observability-sdk/issues/363)) ([06b34da](https://github.com/launchdarkly/observability-sdk/commit/06b34dae442a0f4a1c7b18a0bcda89d561f445db))

## [0.25.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.24.0...launchdarkly-observability-android-0.25.0) (2026-01-28)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
android.useAndroidX=true

#x-release-please-start-version
version=0.25.0
version=0.25.1
#x-release-please-end
7 changes: 7 additions & 0 deletions sdk/@launchdarkly/observability-python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [1.1.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-1.0.0...launchdarkly-observability-python-1.1.0) (2026-02-12)


### Features

* address dependabot issues ([#359](https://github.com/launchdarkly/observability-sdk/issues/359)) ([ca1130c](https://github.com/launchdarkly/observability-sdk/commit/ca1130ca8275e4bfefd22ec51b869b319fbc876e))

## [1.0.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-0.1.1...launchdarkly-observability-python-1.0.0) (2026-01-28)

This release marks the 1.0.0 stable version of the LaunchDarkly Observability Python SDK.
Expand Down
2 changes: 1 addition & 1 deletion sdk/@launchdarkly/observability-python/PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
<!-- x-release-please-start-version -->
```
# Set the version of the SDK to verify
PLUGIN_VERSION=1.0.0
PLUGIN_VERSION=1.1.0
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion sdk/@launchdarkly/observability-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "launchdarkly-observability"
version = "1.0.0"
version = "1.1.0"
description = "LaunchDarkly Observability for Python"
license = "Apache-2.0"
authors = [
Expand Down
Loading