Skip to content

Commit 1bf72a3

Browse files
chore(main): release 0.10.0
1 parent 1372064 commit 1bf72a3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.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)