Merged
XS
Change Breakdown
Configuration70%
Maintenance30%
Release version pinning removed
The release automation can now bump versions automatically based on conventional commits—no more manual version pins needed after v0.1.0 ships.
The release configuration no longer pins a specific version. After tagging v0.1.0, the release tooling shifts to automated semantic versioning driven by conventional commit messages. Features bump minor versions, fixes bump patches, and breaking changes trigger major version bumps. The minor version floor ensures the project stays in 0.x territory until explicitly ready to graduate to 1.0.0. This removes manual intervention from the release workflow going forward.