Skip to content

Commit

Permalink
Add support for strict concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed May 27, 2024
1 parent ff094ab commit b731135
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Binary file not shown.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ let package = Package(
targets: [
.target(
name: "MockingKit",
dependencies: []
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency")
]
),
.testTarget(
name: "MockingKitTests",
Expand Down
8 changes: 7 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Release Notes


## 1.4.2

This version adds support for strict concurrency.



## 1.4.1

The package now supports visionOS.
This version adds support for visionOS.



Expand Down

0 comments on commit b731135

Please sign in to comment.