Skip to content

Commit 99a9f3e

Browse files
chore(main): release 0.8.1 (#64)
🤖 I have created a release *beep* *boop* --- ## [0.8.1](0.8.0...0.8.1) (2025-10-29) ### Bug Fixes * report SDK version in resource attributes ([#63](#63)) ([8a79ddb](8a79ddb)) * report SDK version in resource attributes (fixup! [#63](#63)) ([#65](#65)) ([14a5cbe](14a5cbe)) --- 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] > Release 0.8.1: bump sdkVersion and manifest version, and update CHANGELOG with bug fixes for reporting SDK version in resource attributes. > > - **Release** > - Bump `sdkVersion` to `0.8.1` in `Sources/LaunchDarklyObservability/Version.swift`. > - Update `.release-please-manifest.json` to `0.8.1`. > - **Docs** > - Update `CHANGELOG.md` with 0.8.1 bug fixes (report SDK version in resource attributes). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 79557e6. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 14a5cbe commit 99a9f3e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.8.0"
2+
".": "0.8.1"
33
}

CHANGELOG.md

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

3+
## [0.8.1](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.8.0...0.8.1) (2025-10-29)
4+
5+
6+
### Bug Fixes
7+
8+
* report SDK version in resource attributes ([#63](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/63)) ([8a79ddb](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/8a79ddbeea5478dc3606f936fe139fe2c125cda2))
9+
* report SDK version in resource attributes (fixup! [#63](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/63)) ([#65](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/65)) ([14a5cbe](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/14a5cbe201125f782b586a3d017c516d3a307fbf))
10+
311
## [0.8.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.7.2...0.8.0) (2025-10-29)
412

513

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.8.0" // x-release-please-version
2+
public let sdkVersion = "0.8.1" // x-release-please-version

0 commit comments

Comments
 (0)