Vango v0.0.2

Beta launch patch release updating version reporting and benchmark CI behavior.

Updated 2026-05-09Edit this page

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

  1. Run go run ./cmd/vango version --short .

  2. Confirm the output is 0.0.2 .

  3. Review the benchmark workflow behavior.

  4. Run go test ./cmd/vango .