Skip to content

Commit c019bdd

Browse files
chore(main): release 0.41.0 (#216)
🤖 I have created a release *beep* *boop* --- ## [0.41.0](0.40.0...0.41.0) (2026-06-09) ### Features * app_foreground / app_background lifecycle events (spans + Session Replay breadcrumbs) ([#214](#214)) ([650e35d](650e35d)) --- 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] > **Low Risk** > Mechanical release-please version and changelog updates only; no runtime code changes in the diff. > > **Overview** > **Release 0.41.0** — automated version bump from **0.40.0** to **0.41.0** across the release manifest, CocoaPods specs (`LaunchDarklyObservability`, `LaunchDarklySessionReplay`), `sdkVersion` in `Version.swift`, and **CHANGELOG.md**. > > The new changelog section records the shipped feature: **`app_foreground` / `app_background`** lifecycle analytics (OpenTelemetry spans plus Session Replay breadcrumbs), from [#214](#214). This PR does not contain that implementation—only packaging and release metadata. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit f0384f8. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 650e35d commit c019bdd

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.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.40.0"
2+
".": "0.41.0"
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.41.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.40.0...0.41.0) (2026-06-09)
4+
5+
6+
### Features
7+
8+
* app_foreground / app_background lifecycle events (spans + Session Replay breadcrumbs) ([#214](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/214)) ([650e35d](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/650e35d68d082222a6ca19a609850d686f2f1b3e))
9+
310
## [0.40.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.39.0...0.40.0) (2026-06-09)
411

512

LaunchDarklyObservability.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LaunchDarklyObservability"
3-
s.version = "0.40.0" # x-release-please-version
3+
s.version = "0.41.0" # x-release-please-version
44
s.summary = "iOS Observability Plugin for LaunchDarkly."
55
s.description = <<-DESC
66
LaunchDarkly is the feature management platform that software teams use to build better software, faster.

LaunchDarklySessionReplay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LaunchDarklySessionReplay"
3-
s.version = "0.40.0" # x-release-please-version
3+
s.version = "0.41.0" # x-release-please-version
44
s.summary = "iOS Session Replay Plugin for LaunchDarkly."
55
s.description = <<-DESC
66
LaunchDarkly is the feature management platform that software teams use to build better software, faster.
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.40.0" // x-release-please-version
2+
public let sdkVersion = "0.41.0" // x-release-please-version

0 commit comments

Comments
 (0)