Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 460 Bytes

File metadata and controls

10 lines (7 loc) · 460 Bytes

Version Numbering

The version number of the library follows the Semantic Versioning policy, using three whole numbers separated by decimals which detail the major version, minor version, and patch version respectively.

MAJOR.MINOR.PATCH

  • MAJOR version for incompatible API changes
  • MINOR version for new backward-compatible features
  • PATCH version for backward-compatible bug fixes or small changes