Skip to content
Versioning

Versioning

Sablier follows Semantic Versioning 2.0.0 (SemVer). Given a version number MAJOR.MINOR.PATCH:

  • MAJOR: incompatible API changes
  • MINOR: backwards-compatible new functionality
  • PATCH: backwards-compatible bug fixes

Releases are cut automatically from Conventional Commits by release-please.