v0.2.2
Omnigraph v0.2.2
Omnigraph v0.2.2 is a packaging follow-up to v0.2.1. It keeps the CLI and server surface the same, but renames the published runtime crate from omnigraph to omnigraph-engine so the full crate set can be published cleanly to crates.io.
Highlights
Published runtime crate rename
The runtime package is now published as:
omnigraph-engine
The in-code Rust library name remains omnigraph, so internal imports and code paths stay stable. CLI users are unaffected.
Crates.io metadata cleanup
All published crates now ship repository, homepage, and documentation metadata so the crates.io pages are complete and the release pipeline no longer emits missing-package-metadata warnings.
Included Changes
- rename runtime package from
omnigraphtoomnigraph-engine - bump
omnigraph-engine,omnigraph-compiler,omnigraph-server, andomnigraph-clito0.2.2 - update dependent manifests and CI package references to the new runtime package name
Upgrade Notes
- Rust consumers should depend on
omnigraph-engineon crates.io - Code that imports the library can continue using
omnigraphas the crate name - The
omnigraphCLI binary name is unchanged