Semantic Versioning (SemVer)
• semver.org
Tldr: for a version like 1.2.4:
1 - Major Version (backward incompatible)
2 - Minor Version (backward compatible)
3 - Patch Number (only bug fixes)
So when you're fixing bugs, only update the last number. If you've added a new feature that doesn't mess up previous architecture then it's a minor version bump. If you've added something big enough to break previous versions then it's a major version bump.
#SemVer #Resources
@Dagmawi_Babi
• semver.org
Tldr: for a version like 1.2.4:
1 - Major Version (backward incompatible)
2 - Minor Version (backward compatible)
3 - Patch Number (only bug fixes)
So when you're fixing bugs, only update the last number. If you've added a new feature that doesn't mess up previous architecture then it's a minor version bump. If you've added something big enough to break previous versions then it's a major version bump.
#SemVer #Resources
@Dagmawi_Babi