Versioning
June 2, 2024 ยท View on GitHub
This document describes the versioning policy for this repository.
TLDR
We follow Semantic Versioning.
Current Client SDK Versions (v0.x)
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.
Future Client SDK Versions (v1.x)
SDK versions will follow this structure <major>.<minor>.<patch>:
majoris incremented for any backwards-incompatible updates made to our Cloud service / backend and hence our SDK.minororpatchis incremented for any backwards-compatible feature update, bug fix, enhancements made to the SDK libraries.