Dagmawi Babi
6.43K subscribers
14.8K photos
1.96K videos
232 files
2.07K links
Believer of Christ | Creative Developer.

Files Channel: https://t.me/+OZ9Ul_rSBAQ0MjNk

Community: @DagmawiBabiChat
Download Telegram
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