Skip to content

chore: remove -alpha suffix from all version strings (V1.31.0 release)#97

Merged
Wool-xing merged 1 commit into
mainfrom
chore/remove-alpha-suffix
May 16, 2026
Merged

chore: remove -alpha suffix from all version strings (V1.31.0 release)#97
Wool-xing merged 1 commit into
mainfrom
chore/remove-alpha-suffix

Conversation

@Wool-xing
Copy link
Copy Markdown
Owner

Summary

Remove all -alpha pre-release suffixes across entire project. Test-Agent is now mature:

  • 128 tests pass, 3 rounds of deep audit, all rollouts complete
  • 16 expert / 32 skill / 49 utils — all production-grade

Changes

  • 99 files: all VX.Y.Z-alphaVX.Y.Z
  • VERSION: 1.31.0-alpha1.31.0
  • runtime/pyproject.toml: 1.31.0a01.31.0
  • runtime/__init__.py: 1.31.0a01.31.0
  • runtime/web/src/App.tsx: v1.2.0-alphav1.31.0
  • egg-info metadata synced

Test plan

  • pytest: 128 passed, 2 skipped
  • pre-commit: 18/18 passed

Bulk removal of pre-release alpha designation across all project files.
- VERSION: 1.31.0-alpha → 1.31.0
- pyproject.toml: 1.31.0a0 → 1.31.0
- runtime/__init__.py: 1.31.0a0 → 1.31.0
- All .md/.py/.yml/.json/.sh/.tpl files: VX.Y.Z-alpha → VX.Y.Z
- runtime/web/src/App.tsx: v1.2.0-alpha → v1.31.0
- egg-info metadata synced
@Wool-xing Wool-xing merged commit fa3fbd0 into main May 16, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant