Versioning Guide
This is a guide to help explain our versioning system
At Analytics Intelligence [AI] we use semantic versioning (SemVer), which uses a three-part numbering system: MAJOR.MINOR.PATCH
Here's when each number changes:
MAJOR version (3.x.x) - Changes when we make incompatible API changes or major overhauls that break backward compatibility. Like complete redesigns, removing features, or fundamental architecture changes.
MINOR version (x.2.x) - Increments when we add new features or functionality that's backward compatible. New screens, new capabilities, significant enhancements - but existing users can still use the app the same way.
PATCH version (x.x.1) - Increases for backward-compatible bug fixes, small improvements, security patches, or minor tweaks that don't add new features.
Last updated