Skip to content

Commit 549cc34

Browse files
chore(main): release 0.25.0 (#152)
🤖 I have created a release *beep* *boop* --- ## [0.25.0](0.24.0...0.25.0) (2026-03-14) ### Features * Identify Proxy, Record and Logs for MAUI ([#149](#149)) ([e2e55af](e2e55af)) --- 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** > Low risk: this is a release-bump PR that only updates version metadata and the changelog, with no functional code changes beyond the reported version constant. > > **Overview** > **Releases version `0.25.0`.** > > Bumps the project version from `0.24.0` to `0.25.0` across `.release-please-manifest.json`, both CocoaPods podspecs, and `Sources/LaunchDarklyObservability/Version.swift`, and prepends the `0.25.0` entry to `CHANGELOG.md` (noting the MAUI identify/proxy/record/logs feature). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d4198a9. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent e2e55af commit 549cc34

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.24.0"
2+
".": "0.25.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.25.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.24.0...0.25.0) (2026-03-14)
4+
5+
6+
### Features
7+
8+
* Identify Proxy, Record and Logs for MAUI ([#149](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/149)) ([e2e55af](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/e2e55af224d2a7716162b45367ebfc725f28664b))
9+
310
## [0.24.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.23.0...0.24.0) (2026-03-13)
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.24.0" # x-release-please-version
3+
s.version = "0.25.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.24.0" # x-release-please-version
3+
s.version = "0.25.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.24.0" // x-release-please-version
2+
public let sdkVersion = "0.25.0" // x-release-please-version

0 commit comments

Comments
 (0)