Versioning

Equo Chromium follows Semantic Versioning (SemVer) using the format: major.minor.patch

Version Rules

  • Major: Incompatible API changes

  • Minor: Backward-compatible features

  • Patch: Backward-compatible bug fixes

Release Schedule

Release Type When Description

Major

~Every 6 months

Introduces breaking changes. Release candidates are shared first, along with notes explaining what is changing and why.

Minor

Monthly (if features added)

New features and API additions. No breaking changes. Fully tested before release.

Patch

Weekly (typically)

Bug fixes only. Always backward-compatible. Often released before a minor update.

For a full list of updates, see the release changelog (linked from the documentation site).