Skip to content

Commit 378413a

Browse files
chore(v10): release 10.0.0
1 parent f76f15e commit 378413a

File tree

5 files changed

+34
-4
lines changed

5 files changed

+34
-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-
".": "9.15.0"
2+
".": "10.0.0"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,36 @@ All notable changes to the LaunchDarkly iOS SDK will be documented in this file.
66
* bumping swift-tools-version:5.5 and macosx to be compatible with otel
77
- masOS "10.13" -> "12.00"
88

9+
## [10.0.0](https://github.com/launchdarkly/ios-client-sdk/compare/9.15.0...10.0.0) (2025-10-29)
10+
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* Timeout executor to fix race conditions on timeout ([#457](https://github.com/launchdarkly/ios-client-sdk/issues/457))
15+
* Bump swift-tools-version to 5.5 and macosx to 12.00 to be compatible with Otel ([#453](https://github.com/launchdarkly/ios-client-sdk/issues/453))
16+
* update doc and podspec
17+
*
18+
* bump target versions to iOS13 and others ([#451](https://github.com/launchdarkly/ios-client-sdk/issues/451))
19+
* drop support for iOS12, watchOS 4.0, tvOS 12.0, masOS 10.13
20+
21+
### Features
22+
23+
* Timeout executor to fix race conditions on timeout ([#457](https://github.com/launchdarkly/ios-client-sdk/issues/457)) ([f76f15e](https://github.com/launchdarkly/ios-client-sdk/commit/f76f15e0b9156da7364b30d10765d50b0d4f8b10))
24+
25+
26+
### Bug Fixes
27+
28+
* not multithread safe access to cancel var ([3184f84](https://github.com/launchdarkly/ios-client-sdk/commit/3184f842b9bb4fad9327225e420c3ebcf2fee06a))
29+
30+
31+
### Miscellaneous Chores
32+
33+
* chore!: ([b3e7faf](https://github.com/launchdarkly/ios-client-sdk/commit/b3e7fafb4ea1f96e8cf25923304f79c891759efd))
34+
* Bump swift-tools-version to 5.5 and macosx to 12.00 to be compatible with Otel ([#453](https://github.com/launchdarkly/ios-client-sdk/issues/453)) ([068a422](https://github.com/launchdarkly/ios-client-sdk/commit/068a42287c64d01d0034daec37bbe6155722ab5e))
35+
* bump target versions to iOS13 and others ([#451](https://github.com/launchdarkly/ios-client-sdk/issues/451)) ([9d25460](https://github.com/launchdarkly/ios-client-sdk/commit/9d254608d0d76c6bddccf0eaa403e3cf179f709e))
36+
* drop support for iOS12, watchOS 4.0, tvOS 12.0, masOS 10.13 ([320c60d](https://github.com/launchdarkly/ios-client-sdk/commit/320c60d1c9b7b81bdc9d4e1314763765063c92c2))
37+
* update doc and podspec ([cbc0f75](https://github.com/launchdarkly/ios-client-sdk/commit/cbc0f75dd4f81b845ccbc7b7669f999f8a225e01))
38+
939
## [9.16.0](https://github.com/launchdarkly/ios-client-sdk/compare/9.15.0...9.16.0) (2025-09-11)
1040

1141

LaunchDarkly.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |ld|
33

44
ld.name = "LaunchDarkly"
5-
ld.version = "9.15.0" # x-release-please-version
5+
ld.version = "10.0.0" # x-release-please-version
66
ld.summary = "iOS SDK for LaunchDarkly"
77

88
ld.description = <<-DESC
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

33
struct ReportingConsts {
4-
static let sdkVersion = "9.15.0" // x-release-please-version
4+
static let sdkVersion = "10.0.0" // x-release-please-version
55
static let sdkName = "ios-client-sdk"
66
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To include LaunchDarkly in a Swift package, simply add it to the dependencies se
5050
<!-- x-release-please-start-version -->
5151
```swift
5252
dependencies: [
53-
.package(url: "https://github.com/launchdarkly/ios-client-sdk.git", .upToNextMajor(from: "9.15.0"))
53+
.package(url: "https://github.com/launchdarkly/ios-client-sdk.git", .upToNextMajor(from: "10.0.0"))
5454
]
5555
```
5656
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)