Skip to content

Commit 67453bb

Browse files
committed
Update core extension to 0.4.5
1 parent 20ec94b commit 67453bb

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 1.5.1 (unreleased)
4+
5+
* Update core extension to 0.4.5 ([changelog](https://github.com/powersync-ja/powersync-sqlite-core/releases/tag/v0.4.5))
6+
37
## 1.5.0
48

59
* Fix null values in CRUD entries being reported as strings.

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.4"
48+
exact: "0.4.5"
4949
))
5050
}
5151

0 commit comments

Comments
 (0)