Pride Versioning

submitted by
Pride Versioning
emoji
1
75
1.1k

Back to main discussion

Under semantic versioning, you should really be ashamed of bumping the major number, since this means you went and broke backwards compatibility in some way.

You have done something, that it’s worth breaking backwards compatibility over.

Yeah I just forgot how the old stuff worked



Except from 0.x.x to 1.0.0. That one means you’re committed to keeping the API/format stable. At least how I think about it.

For me 1.0 only means that I’ve delivered the software to a paying customer.



Bump the first number when you update to a version that breaks compatibility.

Bump the second number when you make a change that people might want to revert back from

Bump the third number for bug fixes.


Python agrees.




Insert image