Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 739 Bytes

File metadata and controls

23 lines (14 loc) · 739 Bytes

Versioning

All components of the secureCodeBox use Semantic versioning.

Given a version number MAJOR.MINOR.PATCH, we increment the:

  • MAJOR version when we make incompatible API changes,
  • MINOR version when we add functionality in a backwards compatible manner, and
  • PATCH version when we make backwards compatible bug fixes.

Maintaining compatible versions

Backend components will always remain compatible due to ongoing the availability of old API versions.

Changelogs

Changelogs can be found the in release notes attached to git tags, e.g. (https://github.com/secureCodeBox/secureCodeBox/releases).