Skip to content

Commit 720f83d

Browse files
chore(main): release 0.9.0 (#68)
🤖 I have created a release *beep* *boop* --- ## [0.9.0](0.8.1...0.9.0) (2025-11-04) ### Features * cold, warm and hot launch times meter ([#66](#66)) ([060338b](060338b)) ### Bug Fixes * Make Session Replay stable for offline or intermittent network ([#67](#67)) ([4ff18c5](4ff18c5)) --- 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.9.0 adding launch time meters and improving Session Replay stability, with version metadata and changelog updates. > > - **Release 0.9.0**: > - **Feature**: Adds meters for cold, warm, and hot launch times. > - **Bug fix**: Improves Session Replay stability for offline/intermittent networks. > - **Versioning/Docs**: > - Bumps version to `0.9.0` in `Sources/LaunchDarklyObservability/Version.swift` and `.release-please-manifest.json`. > - Updates `CHANGELOG.md` with new entries. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 1c9d651. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 4ff18c5 commit 720f83d

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.8.1"
2+
".": "0.9.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.9.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.8.1...0.9.0) (2025-11-04)
4+
5+
6+
### Features
7+
8+
* cold, warm and hot launch times meter ([#66](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/66)) ([060338b](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/060338b8e982a1cc4e84cf309a0ee337b7d94fab))
9+
10+
11+
### Bug Fixes
12+
13+
* Make Session Replay stable for offline or intermittent network ([#67](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/67)) ([4ff18c5](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/4ff18c5a6ed951d3e3a0710d48574df7257061b5))
14+
315
## [0.8.1](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.8.0...0.8.1) (2025-10-29)
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.8.1" // x-release-please-version
2+
public let sdkVersion = "0.9.0" // x-release-please-version

0 commit comments

Comments
 (0)