Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 400 Bytes

File metadata and controls

11 lines (7 loc) · 400 Bytes

Versioning Policy

This project strictly adheres to Semantic Versioning (SemVer) 2.0.0.

See https://semver.org for details.

Version numbers use the format: MAJOR.MINOR.PATCH

  • MAJOR version changes indicate incompatible or breaking changes
  • MINOR version changes add functionality in a backward-compatible manner
  • PATCH version changes include backward-compatible bug fixes only