Skip to content

Commit 8cd4dd1

Browse files
committed
Prepare 0.4.7 release
1 parent a5605c6 commit 8cd4dd1

File tree

7 files changed

+10
-15
lines changed

7 files changed

+10
-15
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ inherits = "release"
2828
inherits = "wasm"
2929

3030
[workspace.package]
31-
version = "0.4.6"
31+
version = "0.4.7"
3232
edition = "2024"
3333
authors = ["JourneyApps"]
3434
keywords = ["sqlite", "powersync"]

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "com.powersync"
15-
version = "0.4.6"
15+
version = "0.4.7"
1616
description = "PowerSync Core SQLite Extension"
1717

1818
val localRepo = uri("build/repository/")

android/src/prefab/prefab.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "powersync_sqlite_core",
33
"schema_version": 2,
44
"dependencies": [],
5-
"version": "0.4.6"
5+
"version": "0.4.7"
66
}

crates/static/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,3 @@ static ALLOCATOR: SQLite3Allocator = SQLite3Allocator {};
2424
fn panic(_info: &core::panic::PanicInfo) -> ! {
2525
core::intrinsics::abort()
2626
}
27-
28-
#[cfg(not(target_family = "wasm"))]
29-
#[cfg(not(test))]
30-
#[lang = "eh_personality"]
31-
extern "C" fn eh_personality() {}

powersync-sqlite-core.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'powersync-sqlite-core'
3-
s.version = '0.4.6'
3+
s.version = '0.4.7'
44
s.summary = 'PowerSync SQLite Extension'
55
s.description = <<-DESC
66
PowerSync extension for SQLite.

tool/build_xcframework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TARGETS=(
2525
aarch64-apple-tvos-sim
2626
x86_64-apple-tvos
2727
)
28-
VERSION=0.4.6
28+
VERSION=0.4.7
2929

3030
function generatePlist() {
3131
min_os_version=0

0 commit comments

Comments
 (0)