Skip to content

Commit b09c492

Browse files
committed
Use exact core version
1 parent bfeb8ee commit b09c492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)