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 {
1111+ try await batch.complete()
1212```
1313* 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.
1515
1616## 1.1.0
1717
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ let package = Package(
4545 targets: [ " PowerSync " ] ) ,
4646 ] ,
4747 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 " )
4949 ] + conditionalDependencies,
5050 targets: [
5151 // 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