Skip to content

Commit 1e2be13

Browse files
chore(main): release 0.10.0 (#76)
🤖 I have created a release *beep* *boop* --- ## [0.10.0](0.9.2...0.10.0) (2025-11-15) ### Features * ignore masking ([#80](#80)) ([1372064](1372064)) * options refactor ([#75](#75)) ([b442cbc](b442cbc)) * refactor instrumentation options ([#77](#77)) ([ebc2e24](ebc2e24)) ### Bug Fixes * touch throttle ([#81](#81)) ([6d1cd15](6d1cd15)) --- 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] > Bumps SDK to 0.10.0 and updates the changelog with new features and a bug fix. > > - **Release**: bump version to `0.10.0` > - Update `.` version in `.release-please-manifest.json` > - Update `sdkVersion` in `Sources/LaunchDarklyObservability/Version.swift` > - **Docs**: refresh `CHANGELOG.md` with features (ignore masking, options refactor, instrumentation options refactor) and a bug fix (touch throttle) > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 1bf72a3. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 1372064 commit 1e2be13

3 files changed

Lines changed: 16 additions & 2 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.9.2"
2+
".": "0.10.0"
33
}

CHANGELOG.md

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

3+
## [0.10.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.9.2...0.10.0) (2025-11-15)
4+
5+
6+
### Features
7+
8+
* ignore masking ([#80](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/80)) ([1372064](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/1372064e6b5454750df2e56a7d9c9c23bc7b6687))
9+
* options refactor ([#75](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/75)) ([b442cbc](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/b442cbc315ac4b45345a770987bd0c122adfa289))
10+
* refactor instrumentation options ([#77](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/77)) ([ebc2e24](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/ebc2e2489ecbdcbc83f6e04f82c430c457e5d008))
11+
12+
13+
### Bug Fixes
14+
15+
* touch throttle ([#81](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/81)) ([6d1cd15](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/6d1cd151514618bcc6778f76b006d973442569ee))
16+
317
## [0.9.2](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.9.1...0.9.2) (2025-11-05)
418

519

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

0 commit comments

Comments
 (0)