Vango v0.0.2
Summary
v0.0.2 is a beta-launch patch release that updates the CLI default version and relaxes CI benchmark enforcement.
What Changed
CLI default version is now 0.0.2 .
vango version --short reports 0.0.2 for source builds without link-time overrides.
GitHub Actions benchmark CI now captures snapshots and artifacts without failing on baseline comparison.
Why It Matters
Beta users and internal tooling get the correct tagged patch version.
Benchmark visibility stays in CI without blocking release flow during beta launch.
Verification
Run go run ./cmd/vango version --short .
Confirm the output is 0.0.2 .
Review the benchmark workflow behavior.
Run go test ./cmd/vango .