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-server"
version = "0.7.2"
version = "0.8.0"
edition = "2024"
description = "HTTP server for the Omnigraph graph database."
license = "MIT"
@ -19,11 +19,11 @@ default = []
aws = ["dep:aws-config", "dep:aws-sdk-secretsmanager"]
[dependencies]
omnigraph = { package = "omnigraph-engine", path = "../omnigraph", version = "0.7.2" }
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.7.2" }
omnigraph-policy = { path = "../omnigraph-policy", 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 = { package = "omnigraph-engine", path = "../omnigraph", version = "0.8.0" }
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.8.0" }
omnigraph-policy = { path = "../omnigraph-policy", version = "0.8.0" }
omnigraph-api-types = { path = "../omnigraph-api-types", version = "0.8.0" }
omnigraph-cluster = { path = "../omnigraph-cluster", version = "0.8.0" }
axum = { workspace = true }
clap = { workspace = true }
color-eyre = { workspace = true }