Vango v0.0.1

First tagged release baseline for Vango.

Updated 2026-05-09Edit this page

Vango v0.0.1

Summary

v0.0.1 is the first tagged release of Vango. It establishes an explicit release baseline so projects and tooling can target a concrete version instead of dev.

What Changed

  • CLI default version now reports 0.0.1 .

  • vango version --short reports 0.0.1 for source builds unless a link-time override is provided.

Why It Matters

  • Gives users and CI pipelines a stable version reference.

  • Enables release-based workflows such as pinning, changelog traceability, and deterministic rollout tracking.

Verification

shell
1go run ./cmd/vango version --short
2go test ./cmd/vango