Skip to content

Commit dbda9eb

Browse files
chore(main): release 0.11.0 (#84)
🤖 I have created a release *beep* *boop* --- ## [0.11.0](0.10.0...0.11.0) (2025-11-18) ### Features * launch times multi-scene support ([#83](#83)) ([f3c385d](f3c385d)) ### Bug Fixes * Delayed masks for SwiftUI ([#82](#82)) ([157bfee](157bfee)) --- 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.11.0 adding multi‑scene launch time support and a SwiftUI delayed mask fix, with version metadata updated. > > - **Release 0.11.0** > - **Features**: launch times multi‑scene support (CHANGELOG) > - **Bug Fixes**: delayed masks for SwiftUI (CHANGELOG) > - **Versioning**: > - Bump `sdkVersion` to `0.11.0` in `Sources/LaunchDarklyObservability/Version.swift` > - Update `.release-please-manifest.json` to `0.11.0` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 240b9da. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent f3c385d commit dbda9eb

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.10.0...0.11.0) (2025-11-18)
4+
5+
6+
### Features
7+
8+
* launch times multi-scene support ([#83](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/83)) ([f3c385d](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/f3c385d41eab5d34eabe8e7ec69838cbb6baf798))
9+
10+
11+
### Bug Fixes
12+
13+
* Delayed masks for SwiftUI ([#82](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/82)) ([157bfee](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/157bfee3deac92b15e40ce5680fdd5133003adea))
14+
315
## [0.10.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.9.2...0.10.0) (2025-11-15)
416

517

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

0 commit comments

Comments
 (0)