mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
Set public release version to 0.1.0
This commit is contained in:
parent
446075f333
commit
40ed575e7e
4 changed files with 11 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "omnigraph-cli"
|
||||
version = "0.4.0"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "CLI for the Omnigraph graph database."
|
||||
license = "MIT"
|
||||
|
|
@ -10,9 +10,9 @@ name = "omnigraph"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
omnigraph = { path = "../omnigraph", version = "0.4.0" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.4.0" }
|
||||
omnigraph-server = { path = "../omnigraph-server", version = "0.4.0" }
|
||||
omnigraph = { path = "../omnigraph", version = "0.1.0" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.1.0" }
|
||||
omnigraph-server = { path = "../omnigraph-server", version = "0.1.0" }
|
||||
clap = { workspace = true }
|
||||
color-eyre = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "omnigraph-compiler"
|
||||
version = "0.4.0"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "Schema/query compiler for Omnigraph. Zero Lance dependency."
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "omnigraph-server"
|
||||
version = "0.4.0"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "HTTP server for the Omnigraph graph database."
|
||||
license = "MIT"
|
||||
|
|
@ -10,8 +10,8 @@ name = "omnigraph-server"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
omnigraph = { path = "../omnigraph", version = "0.4.0" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.4.0" }
|
||||
omnigraph = { path = "../omnigraph", version = "0.1.0" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.1.0" }
|
||||
axum = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
color-eyre = { workspace = true }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "omnigraph"
|
||||
version = "0.4.0"
|
||||
version = "0.1.0"
|
||||
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.4.0" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.1.0" }
|
||||
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.4.0" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.1.0" }
|
||||
tokio = { workspace = true }
|
||||
lance-namespace-impls = { workspace = true }
|
||||
serial_test = "3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue