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.