Skip to content

Commit 465b53b

Browse files
committed
Make basic product sendable
1 parent 834ae54 commit 465b53b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Until then, deprecated features may be removed in any minor version, and breakin
66

77

88

9+
## 0.7.1
10+
11+
### 💡 Adjustments
12+
13+
* `BasicProduct` is now `Sendable`.
14+
15+
16+
917
## 0.7
1018

1119
### ✨ Features

Sources/StoreKitPlus/Products/BasicProduct.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import StoreKit
1212
///
1313
/// The ``StoreContext`` is extended with more ways to fetch
1414
/// product information for a basic product.
15-
public struct BasicProduct: Identifiable, ProductRepresentable {
15+
public struct BasicProduct: Identifiable, ProductRepresentable, Sendable {
1616

1717
/// Create a basic product representation.
1818
///

0 commit comments

Comments
 (0)