Comment on Semantic Versioning 2.0 (2013)parentComments−jupp0r2yIt's actually quite common to use the major version of semver for API versioning. Users of the API don't get to choose minor and patch versions though, they also don't need to because there's no breaking changes in them (ideally :) ).−bastawhiz2ySemver is hardly just major version numbers.
Comments
It's actually quite common to use the major version of semver for API versioning. Users of the API don't get to choose minor and patch versions though, they also don't need to because there's no breaking changes in them (ideally :) ).
Semver is hardly just major version numbers.