chore(release): bump product version to 0.4.0 - #497
Merged
Conversation
Bump the canonical product version 0.3.1 -> 0.4.0 across the gated manifests (pyproject, src/vogt/__init__.py, web + mobile package.json, build.yml VOGT_PRODUCT_VERSION), the CI version gate, deploy manifests, docs image-tag references, uv.lock, and the version contract test. Add the 0.4.0 CHANGELOG entry: session history searchable by agents via MCP/API/GUI + retention (#491), readable history replay (#490), New-session button size (#489), terminal lag/flood recovery (#466), promotion CI on the REST API (#460), and the voice-sidecar security bump (#459); plus the open-source public-tree preparation. check_product_version.py 0.4.0 passes; test_product_version green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N7eWQbHi8HyLyhaRA2piEn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts the 0.4.0 product version so the accumulated
devwork can be promoted to prod.Version bump (0.3.1 → 0.4.0)
Canonical version across the gated manifests + everything
check_product_version.pyenforces:pyproject.toml,src/vogt/__init__.py,web/+mobile/package.json,build.ymlVOGT_PRODUCT_VERSION(×4), theci.ymlversion gate,uv.lock, deploy manifests (deploy/.env.example,engine.overlay.yml,vogt.compose.yml), docs image-tag refs, andtests/test_product_version.py. Lockfile0.3.1hits that are third-party deps (@jridgewell/gen-mapping,bplist-parser,opaque-debug, …) were left untouched.uv run python scripts/check_product_version.py 0.4.0passes;test_product_versiongreen.Release notes (CHANGELOG [0.4.0])
Reflects the net-new work since the
[0.3.1]entry — the six issues reviewed and closed as resolved ondev:Issues #489/#490/#491/#459/#460/#466 have been closed with commit references. Still open and not in this release: #188, #191, #266, #273 (open-source tracking), #467.
Next steps (gated, after this merges to dev)
promote-mainapproval) → 3. promote main→prod (PR +promote-prodapproval) → 4. tagv0.4.0on the prod commit (release.yml validates the tag is reachable fromprodand matchesvogt.__version__, builds + signs the image) → 5. estate workflow applies the pinned digest to production (NFR-D10).🤖 Generated with Claude Code