File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ guard let finalBatch = try await powersync.getCrudBatch(limit: 100) else {
11
11
+ try await batch.complete()
12
12
```
13
13
* Fix reported progress around compactions / defrags on the sync service.
14
- * Support version ` 0.4.0 ` of the core extension, which improves sync performance.
14
+ * Use version ` 0.4.0 ` of the PowerSync core extension, which improves sync performance.
15
15
16
16
## 1.1.0
17
17
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ let package = Package(
45
45
targets: [ " PowerSync " ] ) ,
46
46
] ,
47
47
dependencies: [
48
- . package ( url: " https://github.com/powersync-ja/powersync-sqlite-core-swift.git " , " 0.3.14 " ..< " 0.5 .0" )
48
+ . package ( url: " https://github.com/powersync-ja/powersync-sqlite-core-swift.git " , exact : " 0.4 .0 " )
49
49
] + conditionalDependencies,
50
50
targets: [
51
51
// Targets are the basic building blocks of a package, defining a module or a test suite.
You can’t perform that action at this time.
0 commit comments