How Does Version Naming Work 🌱

Things are versioned with names like 3.4.13

This follows the structure of: Major.minor.patch

patch: don’t change API at all

  • Everything from before still works the same pretty much for a user

Minor: backwards patable

  • just adding things so existing stuff still works

Major: very large changes that aren’t necessarily backwards compatible

  • previous API calls won’t work the same way

Notes mentioning this note

There are no notes linking to this note.


Here are all the notes in this garden, along with their links, visualized as a graph.