chore(release): bump version to 0.8.0 (#313)

This commit is contained in:
Ragnor Comerford 2026-06-29 12:38:24 +02:00 committed by GitHub
parent e7e057e26d
commit b20d7bb82e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 35 additions and 39 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "omnigraph-cli"
version = "0.7.2"
version = "0.8.0"
edition = "2024"
description = "CLI for the Omnigraph graph database."
license = "MIT"
@ -13,12 +13,12 @@ name = "omnigraph"
path = "src/main.rs"
[dependencies]
omnigraph = { package = "omnigraph-engine", path = "../omnigraph", version = "0.7.2" }
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.7.2" }
omnigraph-api-types = { path = "../omnigraph-api-types", version = "0.7.2" }
omnigraph-cluster = { path = "../omnigraph-cluster", version = "0.7.2" }
omnigraph-policy = { path = "../omnigraph-policy", version = "0.7.2" }
omnigraph-server = { path = "../omnigraph-server", version = "0.7.2" }
omnigraph = { package = "omnigraph-engine", path = "../omnigraph", version = "0.8.0" }
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.8.0" }
omnigraph-api-types = { path = "../omnigraph-api-types", version = "0.8.0" }
omnigraph-cluster = { path = "../omnigraph-cluster", version = "0.8.0" }
omnigraph-policy = { path = "../omnigraph-policy", version = "0.8.0" }
omnigraph-server = { path = "../omnigraph-server", version = "0.8.0" }
clap = { workspace = true }
color-eyre = { workspace = true }
serde = { workspace = true }