you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 5 months ago

In semantic versioning the first number is for any change to a public API that is not backward compatible. It could be incredibly small, like fixing a typo, but if it changes the API your users are using in an incompatible way, you’re supposed to bump that number.

  • source
  • parent