Loading...
Loading...
Semantic versioning guidelines for software releases. Use when assigning version numbers, deciding between major/minor/patch bumps, managing unstable (0.x.x) software versions, evaluating breaking changes, or reviewing changelogs and release notes for correct semver compliance.
npx skill4agent add stuckinforloop/harness semver1.14.10| Change type | Bump | Reset | Example |
|---|---|---|---|
| Breaking change | Major | Minor and Patch to 0 | |
| New feature or backwards-compatible behavior change | Minor | Patch to 0 | |
| Bug fix or security fix (backwards-compatible) | Patch | Nothing | |
0| Change type | Bump | Example |
|---|---|---|
| Bug fix or security fix | Patch | |
| Everything else (features AND breaking changes) | Minor | |
0.1.01.0.0