Prepare v0.2.1 release

This commit is contained in:
andrew 2026-04-14 19:19:00 +03:00
parent a0d6d1b32f
commit 3d74cbfc20
6 changed files with 74 additions and 15 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "omnigraph"
version = "0.2.0"
version = "0.2.1"
edition = "2024"
description = "Lance-native graph database with git-style branching."
license = "MIT"
@ -10,7 +10,7 @@ default = []
failpoints = ["dep:fail", "fail/failpoints"]
[dependencies]
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.2.0" }
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.2.1" }
lance = { workspace = true }
lance-datafusion = { workspace = true }
lance-file = { workspace = true }
@ -41,7 +41,7 @@ async-trait = { workspace = true }
url = { workspace = true }
[dev-dependencies]
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.2.0" }
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.2.1" }
tokio = { workspace = true }
lance-namespace-impls = { workspace = true }
serial_test = "3"