Skip to content

Commit 5d34f8f

Browse files
committed
Update core extension to 0.4.12
1 parent 519bd94 commit 5d34f8f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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.6 (unreleased)
2+
3+
- Skip creating `ps_crud` entries when clearing raw tables.
4+
15
## 0.0.5
26

37
- __Breaking__: Remove the `http-client` crate dependency. Instead, implement the `HttpClient` trait

Cargo.lock

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

powersync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ thiserror = "2.0.16"
4141
tokio = { version = "1", features = ["time", "rt"], optional = true }
4242
url = "2.5.7"
4343
serde_with = "3.15.0"
44-
powersync_core = { version = "=0.4.11", features = ["static"] }
44+
powersync_core = { version = "=0.4.12", features = ["static"] }
4545

4646
[dev-dependencies]
4747
async-executor = "1.13.3"

0 commit comments

Comments
 (0)