Skip to content

Commit 0e144cf

Browse files
committed
Update core extension to 0.4.6
1 parent 7d362df commit 0e144cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.5.1
44

5-
* Update core extension to 0.4.5 ([changelog](https://github.com/powersync-ja/powersync-sqlite-core/releases/tag/v0.4.5))
5+
* Update core extension to 0.4.6 ([changelog](https://github.com/powersync-ja/powersync-sqlite-core/releases/tag/v0.4.6))
66
* Additional Swift 6 Strict Concurrency Checking declarations added for remaining protocols.
77
* Fix issue in legacy sync client where local writes made offline could have their upload delayed until a keepalive event was received. This could also cause downloaded updates to be delayed even further until all uploads were completed.
88

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if let corePath = localCoreExtension {
4545
// Not using a local build, so download from releases
4646
conditionalDependencies.append(.package(
4747
url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git",
48-
exact: "0.4.5"
48+
exact: "0.4.6"
4949
))
5050
}
5151

0 commit comments

Comments
 (0)