Skip to content

Commit de5d98c

Browse files
chore(main): release launchdarkly-observability-python 0.1.0 (#130)
🤖 I have created a release *beep* *boop* --- ## 0.1.0 (2025-07-18) ### Features * Add observability plugin support. ([#109](#109)) ([7bc32bb](7bc32bb)) * Add sampling exporters. ([#99](#99)) ([86a4612](86a4612)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com>
1 parent 9af5e3e commit de5d98c

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"sdk/@launchdarkly/observability-python": "0.0.0"
2+
"sdk/@launchdarkly/observability-python": "0.1.0"
33
}
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to the LaunchDarkly Python Observability will be documented in this file. This project adheres to Semantic Versioning.
4+
5+
## 0.1.0 (2025-07-18)
6+
7+
8+
### Features
9+
10+
* Add observability plugin support. ([#109](https://github.com/launchdarkly/observability-sdk/issues/109)) ([7bc32bb](https://github.com/launchdarkly/observability-sdk/commit/7bc32bbbfa4abc1cc5fd3d48b09c8f3ef1988f83))
11+
* Add sampling exporters. ([#99](https://github.com/launchdarkly/observability-sdk/issues/99)) ([86a4612](https://github.com/launchdarkly/observability-sdk/commit/86a461211ce03d50a6e5027f7a2ac843b2c002bf))

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.0.0
12+
PLUGIN_VERSION=0.1.0
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.0.0"
3+
version = "0.1.0"
44
description = "LaunchDarkly Observability for Python"
55
license = "Apache-2.0"
66
authors = [

0 commit comments

Comments
 (0)