You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
Oren Kanner edited this page May 7, 2014
·
1 revision
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.