Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 644 Bytes

File metadata and controls

17 lines (10 loc) · 644 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-v2/releases).