Given a version number HUMAN . MAJOR . MINOR, increment the:
- HUMAN version when you make any conceptual change, major rewrite, major documentation changes or any other change which requires additional HUMAN involvement.
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, or fix with backwards-compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the HUMAN . MAJOR . MINOR format.