Releases: ProAnima/unity-version-control-mcp
Releases · ProAnima/unity-version-control-mcp
Release list
v1.0.0
First production release line. This release keeps the safe MCP surface from 0.3.0, adds static analysis and publish automation, and formalizes the 1.x support and security posture.
Added
- ESLint static analysis with
npm run lint. - Release metadata validation with
npm run release:check. - GitHub Actions npm publish workflow using trusted publishing/OIDC and provenance.
- Security review notes covering path confinement, confirm-token replay, environment handling, command construction, and destructive-operation policy.
- 1.x production readiness documentation and npm publishing runbook.
Changed
- CI now runs tests, lint, syntax checks, release metadata checks, fake MCP smoke, and npm pack dry-run across Ubuntu and Windows on Node.js 20, 22, and 24.
- The project is now documented as the stable
1.0.xrelease line.
Tested
npm test: 43 tests passing.npm run lint.npm run check.npm run release:check.npm run smoke:fake.npm pack.
Local artifact
- npm tarball prepared locally:
proanima-uvcs-mcp-1.0.0.tgz - SHA256:
F050026EC77CF4B346E940E584111C0ADAFF129EEAFF8F20B348CBB943092A72
0.2.0
First stable 0.2.x release.
- Supported
cmrange:10.0.16.6656and newer, including Unity Version Control11.x - No functional changes from
0.2.0-alpha.1; compatibility validated in live workspaces
See CHANGELOG.md for details.