Skip to content

Commit eaa2bdc

Browse files
chore(main): release 0.9.1 (#71)
🤖 I have created a release *beep* *boop* --- ## [0.9.1](0.9.0...0.9.1) (2025-11-05) ### Bug Fixes * Otlp Trace Exporters to Event Exporter ([#70](#70)) ([cfa92fb](cfa92fb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Bumps version to 0.9.1 and updates CHANGELOG with a bug fix for OTLP Trace Exporters to Event Exporter. > > - **Release 0.9.1**: > - Update `Sources/LaunchDarklyObservability/Version.swift` `sdkVersion` to `0.9.1`. > - Update `.release-please-manifest.json` to `0.9.1`. > - Add `CHANGELOG.md` entry noting bug fix: OTLP Trace Exporters to Event Exporter. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d383ddb. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent cfa92fb commit eaa2bdc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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-
".": "0.9.0"
2+
".": "0.9.1"
33
}

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.9.1](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.9.0...0.9.1) (2025-11-05)
4+
5+
6+
### Bug Fixes
7+
8+
* Otlp Trace Exporters to Event Exporter ([#70](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/70)) ([cfa92fb](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/cfa92fb851a4eea180ad70149a49505111916013))
9+
310
## [0.9.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.8.1...0.9.0) (2025-11-04)
411

512

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is automatically updated by release-please. Do not edit manually.
2-
public let sdkVersion = "0.9.0" // x-release-please-version
2+
public let sdkVersion = "0.9.1" // x-release-please-version

0 commit comments

Comments
 (0)