This project follows Semantic Versioning 2.0.0.
Given a version number MAJOR.MINOR.PATCH:
- MAJOR version changes indicate incompatible API changes
- MINOR version changes add functionality in a backwards-compatible manner
- PATCH version changes make backwards-compatible bug fixes
Each release version has the format: vX.Y.Z
where:
- X = Major version
- Y = Minor version
- Z = Patch version
The current version is v0.1.0
.