ProcessWorkflow
KW-0092Semantic Versioning
Concept
Meaning
versioning system using MAJOR.MINOR.PATCH format to indicate type of changes (breaking, feature, fix)
Example
“v2.0.0 indicates breaking changes, v1.1.0 adds features, v1.0.1 fixes bugs”
Reference
Standard practice; helps developers understand impact of upgrades
Related
versioningsemverrelease management