This document describes the versioning policy for this repository.
We follow Semantic Versioning.
We will start our versioning at v0.x.x
.
Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable.
SDK versions will follow this structure <major>.<minor>.<patch>
:
major
is incremented for any backwards-incompatible updates made to our Cloud service / backend and hence our SDK.minor
orpatch
is incremented for any backwards-compatible feature update, bug fix, enhancements made to the SDK libraries.