Versioning Strategy
Each library member is released using a CalVer tagging strategy. The strategy is as follows:
library/path/YYYY.0M.P-modifier
Where:
YYYYis the year of the release.0Mis the zero-padded month of the release.Pis the patch number of the release, starting at zero.modifieris an optional modifier, such asalpha,beta, orrc.
Consumers may expect breaking changes between year and month releases but not between patch releases.
For example, the October 2024 release of the library member alz in the platform/alz directory would be tagged as: platform/alz/2021.10.0.
The latest release of a the platform/alz member will be marked as latest for the repository.