• 0 Posts
  • 88 Comments
Joined 1 year ago
cake
Cake day: July 23rd, 2023

help-circle












  • To add some nuance, all features in v0.5.0 should still exist in v0.9.0 in the modern software landscape.

    If v0.5.0 has features ABC and then one was then changed, under semantic versioning which most software follows these days then it should get a breaking change and would therefore get promoted to v1.0.0.

    If ABC got a new feature D but ABC didn’t change, it would have been v0.6.0 instead. This system, when stuck to,helps immensely when upgrading packages.