Skip to content

Commit 7c08bb6

Browse files
committed
chore: Release v0.2.0-rc.4
1 parent 8cfea5a commit 7c08bb6

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

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.

crates/graft-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graft-core"
3-
version = "0.2.0-rc.3"
3+
version = "0.2.0-rc.4"
44
edition = "2024"
55
authors = { workspace = true }
66
license = { workspace = true }

crates/graft-kernel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graft-kernel"
3-
version = "0.2.0-rc.3"
3+
version = "0.2.0-rc.4"
44
edition = "2024"
55
authors.workspace = true
66
license.workspace = true
@@ -14,7 +14,7 @@ description = "The Graft storage engine."
1414
workspace = true
1515

1616
[dependencies]
17-
graft-core = { path = "../graft-core", version = "0.2.0-rc.3" }
17+
graft-core = { path = "../graft-core", version = "0.2.0-rc.4" }
1818

1919
async-stream = { workspace = true }
2020
bilrost = { workspace = true }

crates/graft-sqlite-extension/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graft-sqlite-extension"
3-
version = "0.2.0-rc.3"
3+
version = "0.2.0-rc.4"
44
edition = "2024"
55
authors = { workspace = true }
66
license = { workspace = true }
@@ -13,10 +13,10 @@ name = "graft"
1313
crate-type = ["cdylib", "staticlib", "rlib"]
1414

1515
[dependencies]
16-
graft-core = { path = "../graft-core", version = "0.2.0-rc.3" }
17-
graft-kernel = { path = "../graft-kernel", version = "0.2.0-rc.3" }
18-
graft-sqlite = { path = "../graft-sqlite", version = "0.2.0-rc.3" }
19-
graft-tracing = { path = "../graft-tracing", version = "0.2.0-rc.3" }
16+
graft-core = { path = "../graft-core", version = "0.2.0-rc.4" }
17+
graft-kernel = { path = "../graft-kernel", version = "0.2.0-rc.4" }
18+
graft-sqlite = { path = "../graft-sqlite", version = "0.2.0-rc.4" }
19+
graft-tracing = { path = "../graft-tracing", version = "0.2.0-rc.4" }
2020

2121
tokio = { workspace = true }
2222
tracing = { workspace = true }

crates/graft-sqlite/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graft-sqlite"
3-
version = "0.2.0-rc.3"
3+
version = "0.2.0-rc.4"
44
edition = "2024"
55
authors = { workspace = true }
66
license = { workspace = true }
@@ -14,8 +14,8 @@ description = "A SQLite extension which uses Graft to replicate to and from obje
1414
workspace = true
1515

1616
[dependencies]
17-
graft-core = { path = "../graft-core", version = "0.2.0-rc.3" }
18-
graft-kernel = { path = "../graft-kernel", version = "0.2.0-rc.3" }
17+
graft-core = { path = "../graft-core", version = "0.2.0-rc.4" }
18+
graft-kernel = { path = "../graft-kernel", version = "0.2.0-rc.4" }
1919

2020
bytes = { workspace = true }
2121
bytestring = { workspace = true }

crates/graft-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graft-tracing"
3-
version = "0.2.0-rc.3"
3+
version = "0.2.0-rc.4"
44
edition = "2024"
55
authors = { workspace = true }
66
license = { workspace = true }

0 commit comments

Comments
 (0)