Versioning
All Canton and Daml SDK components follow Semantic Versioning. In short, this means that there is a well defined “public API”, changes or breakages to which are indicated by the version number. 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.