Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 512 Bytes

VERSIONING.md

File metadata and controls

20 lines (13 loc) · 512 Bytes

Versioning

This project follows Semantic Versioning 2.0.0.

Given a version number MAJOR.MINOR.PATCH:

  1. MAJOR version changes indicate incompatible API changes
  2. MINOR version changes add functionality in a backwards-compatible manner
  3. PATCH version changes make backwards-compatible bug fixes

Version Format

Each release version has the format: vX.Y.Z where:

  • X = Major version
  • Y = Minor version
  • Z = Patch version

Current Version

The current version is v0.1.0.