mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 21:08:32 +01:00
10 lines
380 B
ReStructuredText
10 lines
380 B
ReStructuredText
Package Versioning
|
|
===================
|
|
|
|
We use Semantic Versioning for our releases. Each version number is in the format MAJOR.MINOR.PATCH, where:
|
|
|
|
- **MAJOR** version increments indicate incompatible API changes,
|
|
- **MINOR** version increments indicate added functionality in a backward-compatible manner,
|
|
- **PATCH** version increments indicate backward-compatible bug fixes.
|
|
|