Semantic versioning
Each product versions independently asMAJOR.MINOR.PATCH (e.g., ORCA 1.0.0):
- MAJOR — breaking API or schema changes; migration guide required.
- MINOR — new modules/features, backward compatible.
- PATCH — fixes and security updates only.