Skip to content

Commit 585a588

Browse files
chore(main): release 0.26.0 (#154)
🤖 I have created a release *beep* *boop* --- ## [0.26.0](0.25.0...0.26.0) (2026-03-17) ### Features * cocoapods support for session replay ([#153](#153)) ([2aea30a](2aea30a)) --- 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** > Release-only version bumps and changelog updates; no functional code changes beyond updating reported SDK version. > > **Overview** > Bumps the package version to **0.26.0** across `release-please` manifest, both CocoaPods podspecs (`LaunchDarklyObservability` and `LaunchDarklySessionReplay`), and the `sdkVersion` constant. > > Updates `CHANGELOG.md` with the 0.26.0 release entry (noting CocoaPods support for session replay). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b80efcb. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 2aea30a commit 585a588

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
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.25.0"
2+
".": "0.26.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.26.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.25.0...0.26.0) (2026-03-17)
4+
5+
6+
### Features
7+
8+
* cocoapods support for session replay ([#153](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/153)) ([2aea30a](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/2aea30a161eb5939c85cb4fd8f4d5ad70fa102a1))
9+
310
## [0.25.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.24.0...0.25.0) (2026-03-14)
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.25.0" # x-release-please-version
3+
s.version = "0.26.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.25.0" # x-release-please-version
3+
s.version = "0.26.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.25.0" // x-release-please-version
2+
public let sdkVersion = "0.26.0" // x-release-please-version

0 commit comments

Comments
 (0)