Versioning
All Canton and Daml SDK components are versioned according to Semantic Versioning. In short, there is a well defined “public API”, and the version number is intended to signal changes or breakages to it. Stable releases have versions MAJOR.MINOR.PATCH. Segments of the version are incremented according to the following rules:- MAJOR version when there are incompatible API changes,
- MINOR version when functionality is added in a backwards compatible manner, and
- PATCH version when there are only backwards compatible bug fixes.