Skip to content

Commit a190531

Browse files
Merge remote-tracking branch 'origin/main' into strict-concurrency-2
2 parents 7c59a46 + 67453bb commit a190531

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

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

3-
## Unreleased
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+
7+
## 1.5.0
48

59
* Fix null values in CRUD entries being reported as strings.
610
* Added support for Swift 6 strict concurrency checking.

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

docs/Release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* Confirm every PR you want in the release has been merged into `main`.
66
* Update `CHANGELOG.md` with the changes.
77
* In GitHub actions on GitHub manually run the `Release PowerSync` action. You will be required to update the version and add release notes.
8-
The version string should have the form `1.0.0-beta.x` for beta releases, there should not be a `v` prefix on the tag name.
8+
The version string should have the form `1.0.0`, there should not be a `v` prefix on the tag name.
99
* If the release notes are complicated and don't fit on a single line it is easier to rather update those after the release is completed by updating the release notes in the new release.

0 commit comments

Comments
 (0)