Versioning - YaleSTC/reservations GitHub Wiki

Semantic Versioning

Reservations uses Semantic Versioning. Briefly, version numbers are of the form MAJOR.MINOR.PATCH, where MAJOR version updates can cause incompatibilities with any previous APIs, MINOR version updates add functionality in a backwards-compatible manner, and PATCH version updates fix bugs in a backwards-compatible manner.