Release Policy
This section contains a complete release history for MōBrowser in reverse chronological order. We aim to release a new version with new features, enhancements, and bug fixes at least once a month. Below we describe our versioning policy and principles we use when choosing the version for a new build.
Version number format
MōBrowser version format is MAJOR.MINOR.PATCH.
MAJOR
The MAJOR version is incremented when a significant backward-incompatible API change is made. For example, this can happen when new language features are used or the architecture of the library has been significantly changed.
MINOR
The MINOR version is incremented when the API has been extended with new functionality. Most of the time the changes are backward-compatible. However, a minor version might include some breaking changes. Usually it happens when we migrate to the latest Chromium build where some functionality is not available anymore or has been significantly changed.
PATCH
The PATCH version is incremented when some smaller enhancements or fixes are made. For example, when security fixes are introduced in Chromium they are likely to be available in a patch version of MōBrowser.
Patch releases do not introduce incompatible changes.