Skip to content

Commit 81c3c79

Browse files
committed
Update core extension to 0.4.11
1 parent b2d461e commit 81c3c79

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.4 (unreleased)
2+
3+
- Update PowerSync core extension to version 0.4.11.
4+
15
## 0.0.3
26

37
- Add `PowerSyncDatabase::watch_statement` to get an auto-updating stream of query results.

Cargo.lock

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

powersync/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "powersync"
3-
version = "0.0.3"
3+
version = "0.0.4"
44

55
edition = "2024"
66
license = "Apache-2.0"
@@ -39,7 +39,7 @@ thiserror = "2.0.16"
3939
tokio = { version = "1", features = ["time", "rt"], optional = true }
4040
url = "2.5.7"
4141
serde_with = "3.15.0"
42-
powersync_core = { version = "=0.4.9", features = ["static"] }
42+
powersync_core = { version = "=0.4.11", features = ["static"] }
4343

4444
[dev-dependencies]
4545
async-executor = "1.13.3"

0 commit comments

Comments
 (0)