Versioning
Documentation
Versioning
Crescendo uses semantic versioning for its tagged releases.
Summary
Framework version numbers consist of MAJOR.MINOR.PATCH
segments:
MAJOR
Version with incompatible module definition changes.
MINOR
Version with backwards-compatible module definition changes and/or new modules.
PATCH
Version with backwards-compatible bug fixes.
Additional labels for pre-release and build metadata may be used according to specification.