Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.5.0

* Fix null values in CRUD entries being reported as strings.
* Added support for Swift 6 strict concurrency checking.
Expand Down
2 changes: 1 addition & 1 deletion docs/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
* Confirm every PR you want in the release has been merged into `main`.
* Update `CHANGELOG.md` with the changes.
* In GitHub actions on GitHub manually run the `Release PowerSync` action. You will be required to update the version and add release notes.
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.
The version string should have the form `1.0.0`, there should not be a `v` prefix on the tag name.
* 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.
Loading