Versioning¶
Repowire is pre-1.0.
- Patch (
0.x.Y): bug fixes, cleanup, small additions. - Minor (
0.X.0): significant new features or breaking changes. - After
0.9.xwe move to0.10.0,0.11.0, and so on.1.0.0is an intentional decision, not an automatic bump.
The Python client and MCP tool surface prefer additions over breaks, but explicit breaks happen between minor versions when the design wants them.