mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-06-19 06:33:55 +02:00
10 lines
380 B
Plaintext
10 lines
380 B
Plaintext
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.
|
|
|