Vango v0.2.4
Summary
v0.2.4 is the previous Vango release baseline. The public website and recommended quickstart now target v0.3.0.
What Changed
The public install command pinned github.com/vango-go/vango/cmd/vango@v0.2.4 for this release line.
The docs stopped describing v0.0.3 as the current CLI default.
The site dependency baseline was aligned to github.com/vango-go/vango v0.2.4 .
Why It Matters
Pinning the quickstart to the current release gives new apps a reproducible framework version instead of depending on whatever @latest resolves to at install time.
Verification
shell
1go install github.com/vango-go/vango/cmd/vango@v0.2.4
2vango version --short
3go test ./...