Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 454 Bytes

VERSIONING.md

File metadata and controls

9 lines (6 loc) · 454 Bytes

Versioning

Failsafe-go follows MAJOR.MINOR.PATCH versioning where:

  • MAJOR versions contain significant new features and potentially significant incompatible API changes.
  • MINOR versions contain new features and potentially minor yet incompatible API changes.
  • PATCH versions contain bug fixes and minor new features that are fully backwards compatible.

All versions, new features, and API changes are described in the CHANGELOG.