Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 516 Bytes

File metadata and controls

13 lines (7 loc) · 516 Bytes

Versioning Scheme

Major Revision (1.0.0 -> 2.0.0)

A major revision indicates breaking changes. These changes are not backwards compatible and may require modifications to existing code.

Moderate Revision (1.0.0 -> 1.1.0)

A moderate revision introduces new features while maintaining backwards compatibility. Existing functionality remains unaffected.

Minor Revision (1.0.0 -> 1.0.1)

A minor revision is for bug fixes. These changes do not introduce new features or break existing functionality.