Prepare v0.3.0 release (#44)

* Prepare v0.3.0 release

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* chore: regenerate openapi.json

* ci: retrigger CI on latest openapi.json

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Andrew Altshuler 2026-04-21 19:11:34 +03:00 committed by GitHub
parent 102ccc05f7
commit 8649b2084f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 65 additions and 16 deletions

8
Cargo.lock generated
View file

@ -4596,7 +4596,7 @@ dependencies = [
[[package]]
name = "omnigraph-cli"
version = "0.2.2"
version = "0.3.0"
dependencies = [
"assert_cmd",
"clap",
@ -4616,7 +4616,7 @@ dependencies = [
[[package]]
name = "omnigraph-compiler"
version = "0.2.2"
version = "0.3.0"
dependencies = [
"ahash",
"arrow-array",
@ -4637,7 +4637,7 @@ dependencies = [
[[package]]
name = "omnigraph-engine"
version = "0.2.2"
version = "0.3.0"
dependencies = [
"arrow-array",
"arrow-cast",
@ -4674,7 +4674,7 @@ dependencies = [
[[package]]
name = "omnigraph-server"
version = "0.2.2"
version = "0.3.0"
dependencies = [
"async-trait",
"aws-config",