Definitions
Versioning
EverTrust uses Semantic Versioning 2.0.0 as defined at https://semver.org. Given a version number X.Y.Z
, increment the:
-
X → MAJOR version comes out on average every two years. It can contain breaking changes i.e. incompatible API changes, so you may need to do some changes in your applications before upgrading.
-
Y → MINOR comes out on average every six months: It contains bug fixes and new features, but it doesn’t include any breaking change, so you can safely upgrade your applications.
-
Z → PATCH comes out roughly every quarter. It only contains bug fixes, so you can safely upgrade your applications;