Tuesday, December 23, 2014

versioning

Versioning



Elemcam is using a modified semantic versioning scheme. Summary:
Given a version number MAJOR.MINOR.PATCH, elemcam will increment the:
  1. MAJOR version when user interface is altered in anyway beyond the cosmetic,
  2. MINOR version when a capability is altered without any change to the user interface, and
  3. PATCH version when bugs are fixed or minor cosmetic updates to the user interface. 


Because elemcam must always be backwards compatible, semantic versioning out of the box does not apply. 

No comments:

Post a Comment