mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-27 02:39:38 +02:00
release: bump version to 0.4.1
This commit is contained in:
parent
e041130de3
commit
8726ffe0a3
7 changed files with 17 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "omnigraph-cli"
|
||||
version = "0.3.1"
|
||||
version = "0.4.1"
|
||||
edition = "2024"
|
||||
description = "CLI for the Omnigraph graph database."
|
||||
license = "MIT"
|
||||
|
|
@ -13,9 +13,9 @@ name = "omnigraph"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
omnigraph = { package = "omnigraph-engine", path = "../omnigraph", version = "0.3.1" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.3.1" }
|
||||
omnigraph-server = { path = "../omnigraph-server", version = "0.3.1" }
|
||||
omnigraph = { package = "omnigraph-engine", path = "../omnigraph", version = "0.4.1" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.4.1" }
|
||||
omnigraph-server = { path = "../omnigraph-server", version = "0.4.1" }
|
||||
clap = { workspace = true }
|
||||
color-eyre = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "omnigraph-compiler"
|
||||
version = "0.3.1"
|
||||
version = "0.4.1"
|
||||
edition = "2024"
|
||||
description = "Schema/query compiler for Omnigraph. Zero Lance dependency."
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "omnigraph-server"
|
||||
version = "0.3.1"
|
||||
version = "0.4.1"
|
||||
edition = "2024"
|
||||
description = "HTTP server for the Omnigraph graph database."
|
||||
license = "MIT"
|
||||
|
|
@ -19,8 +19,8 @@ default = []
|
|||
aws = ["dep:aws-config", "dep:aws-sdk-secretsmanager"]
|
||||
|
||||
[dependencies]
|
||||
omnigraph = { package = "omnigraph-engine", path = "../omnigraph", version = "0.3.1" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.3.1" }
|
||||
omnigraph = { package = "omnigraph-engine", path = "../omnigraph", version = "0.4.1" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.4.1" }
|
||||
axum = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
color-eyre = { workspace = true }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "omnigraph-engine"
|
||||
version = "0.3.1"
|
||||
version = "0.4.1"
|
||||
edition = "2024"
|
||||
description = "Runtime engine for the Omnigraph graph database."
|
||||
license = "MIT"
|
||||
|
|
@ -16,7 +16,7 @@ default = []
|
|||
failpoints = ["dep:fail", "fail/failpoints"]
|
||||
|
||||
[dependencies]
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.3.1" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.4.1" }
|
||||
lance = { workspace = true }
|
||||
lance-datafusion = { workspace = true }
|
||||
datafusion = { workspace = true }
|
||||
|
|
@ -49,7 +49,7 @@ url = { workspace = true }
|
|||
chrono = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.3.1" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.4.1" }
|
||||
tokio = { workspace = true }
|
||||
lance-namespace-impls = { workspace = true }
|
||||
serial_test = "3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue