kin
رفتن به کانال در Telegram
Bina | M | 21 | SWE student This is my personal channel — feel free to join and be part of the adventure! X: https://x.com/bini_kin_?t
نمایش بیشتر382
مشترکین
اطلاعاتی وجود ندارد24 ساعت
-37 روز
-1030 روز
آرشیو پست ها
382
You nailed it! Argentina 3-2 Cape Verde Islands
⏱️ after extra time
+6 pts · you're now #129 on the board.
Argentina advance to the Round of 16 · Cape Verde Islands are eliminated.
382
Repost from Exodus | Creative PM(T)
Idea: 5%
Execution: 47%
Knowing the right time to release a product: 48%
Sources: meri podcast
382
Semantic Versioning:
MAJOR.MINOR.PATCH (x.x.x)
MAJOR
Used for breaking changes such as:
- API changes
- Database migrations
- Security related changes that require a major release
- Forced updates
- Any change that is not backward compatible
MINOR
Used for backward compatible changes such as:
- New features
- New pages/screens
- Enhancements that don't break existing functionality
PATCH
Used for small fixes and improvements, such as:
- Bug fixes
- Small UI updates
- Performance improvements
Examples
Case 1
Current version: "1.0.2"
Security update with breaking changes => 2.0.0
Case 2
Current version: "1.0.2"
New feature added => 1.1.0
Case 3
Current version: "1.0.2"
Small UI update or bug fix => 1.0.3
