Releases
Our goal is to release updates to the library without breaking anyone's existing projects. Solar uses SemVer semantic versioning. The three types of versions are:
- Major (X.y.z). Major versions contain breaking changes.
- Minor (x.Y.z). Minor versions add new features or deprecate existing features without breaking changes.
- Patch (x.y.Z). Patch versions fix defects or optimize existing features without breaking changes.