release: v0.8.1

Version bump across all seven workspace crates + path-dep constraints,
Cargo.lock, openapi.json, and the AGENTS.md surveyed version (also
restores the RFC-process row in the topic index that was dropped during
branch juggling). Release notes: docs/releases/v0.8.1.md.

Channel note: crates.io publication is deferred for this release — the
substrate is a rev-pinned Lance pre-release (git dependency), which
published crates cannot reference. publish-crates.yml gains a
self-healing guard that skips cleanly while the pin is a git dep and
resumes automatically when the dependency returns to a registry version
(Lance 9.0.0 stable → v0.9.0); a workflow_dispatch catch-up can then
publish any skipped tag. Binaries, Homebrew, and the installer ship
normally via release.yml.
This commit is contained in:
aaltshuler 2026-07-06 22:19:01 +03:00 committed by Andrew Altshuler
parent ca2ad974e1
commit e415338acb
12 changed files with 148 additions and 34 deletions

14
Cargo.lock generated
View file

@ -4962,7 +4962,7 @@ dependencies = [
[[package]]
name = "omnigraph-api-types"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"omnigraph-compiler",
"omnigraph-engine",
@ -4973,7 +4973,7 @@ dependencies = [
[[package]]
name = "omnigraph-cli"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"assert_cmd",
"clap",
@ -4997,7 +4997,7 @@ dependencies = [
[[package]]
name = "omnigraph-cluster"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"fail",
"omnigraph-compiler",
@ -5016,7 +5016,7 @@ dependencies = [
[[package]]
name = "omnigraph-compiler"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"ahash",
"arrow-array",
@ -5035,7 +5035,7 @@ dependencies = [
[[package]]
name = "omnigraph-engine"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"arc-swap",
"arrow-array",
@ -5082,7 +5082,7 @@ dependencies = [
[[package]]
name = "omnigraph-policy"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"cedar-policy",
"clap",
@ -5095,7 +5095,7 @@ dependencies = [
[[package]]
name = "omnigraph-server"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"arc-swap",
"async-trait",