simver
Simple Versioning Specification (SimVer) 1.0
Spec
- Keep a proper changelog (e.g. the “Keep a Changelog” format).
- Given a version number MAJOR.MINOR, on release, increment the:
- MAJOR version when you make incompatible API changes.
- MINOR version when you add functionality in a backwards-compatible manner, or make backwards-compatible bug fixes.
about “incompatible API changes”
MAJOR does not need to be a factor if you’ve properly deprecated something.
MAJOR does not need to be a factor if you’ve added, updated, removed, or promoted an experimental feature.
See Also
- FAQ
- Changelog
- Semantic Versioning
- We welcome feedback and discussion, please do so via the git repository Issues