Skip to content

Commit 5828a26

Browse files
committed
Update core extension to 0.4.1
1 parent 3a075c5 commit 5828a26

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.2.1 (unreleased)
4+
5+
* Use version `0.4.1` of the PowerSync core extension, which fixes an issue with the
6+
new Rust client implementation.
7+
38
## 1.2.0
49

510
* Improved `CrudBatch` and `CrudTransaction` `complete` function extensions. Developers no longer need to specify `nil` as an argument for `writeCheckpoint` when calling `CrudBatch.complete`. The base `complete` functions still accept an optional `writeCheckpoint` argument if developers use custom write checkpoints.

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 @@ let package = Package(
4545
targets: ["PowerSync"]),
4646
],
4747
dependencies: [
48-
.package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", exact: "0.4.0")
48+
.package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", exact: "0.4.1")
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)