Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 452 Bytes

VERSIONING.md

File metadata and controls

11 lines (7 loc) · 452 Bytes

Versioning

Terra components use semantic versioning (see http://semver.org/ for further information).

We differentiate between these changes:

  • MAJOR: Angular update to a new major release or other possible breaking changes
  • MINOR: New features or other non-breaking changes
  • PATCH: Non-breaking bug fixes

There will be a changelog entry for every new release.