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-cluster"
version = "0.7.2"
version = "0.8.0"
edition = "2024"
description = "Cluster configuration validation, planning, and config-only apply for Omnigraph."
license = "MIT"
@ -14,8 +14,8 @@ documentation = "https://docs.rs/omnigraph-cluster"
failpoints = ["dep:fail", "fail/failpoints", "omnigraph/failpoints"]
[dependencies]
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.7.2" }
omnigraph = { package = "omnigraph-engine", path = "../omnigraph", version = "0.7.2" }
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.8.0" }
omnigraph = { package = "omnigraph-engine", path = "../omnigraph", version = "0.8.0" }
fail = { workspace = true, optional = true }
serde = { workspace = true }
serde_json = { workspace = true }