Atmos Versioning
Atmos follows the Semantic Versioning (SemVer) convention: major.minor.patch.
Incompatible changes increment the major version, adding backwards-compatible functionality increments the minor version,
and backwards-compatible bug fixes increment the patch version.
Release Schedule
Major Release
A major release will be published when there is a breaking change introduced in atmos.
Several release candidates will be published prior to a major release in order to get feedback before the final release.
An outline of what is changing and why will be included with the release candidates.
Minor Release
A minor release will be published when a new feature is added or changes that are non-breaking are introduced. We will heavily test any changes so that we are confident with the release, but with new code comes the potential for new issues.