๐Ÿท๏ธ SemVer Calc
Sign up free โœจ
๐Ÿท๏ธ Free Tool - No Sign-up Required

SemVer Calculator & Release Planner

Enter your current version, select what changed in this release, and get the correct next version tag - instantly.

Free ยท No account needed ยท Follows the semver.org spec semver.org

Enter your current release tag. Must follow MAJOR.MINOR.PATCH format. MAJOR.MINOR.PATCH

v

What changed in this release?

Select all that apply - the highest-priority rule wins.

๐Ÿ’ฅ

Breaking Changes

MAJOR +1

Incompatible API changes, removed endpoints, or behavior that breaks existing integrations.

1.4.2 โ†’ 2.0.0 Removed auth endpoint DB schema migration
โœจ

New Features / Enhancements

MINOR +1

Backward-compatible new functionality, new API endpoints, or significant UX improvements.

1.4.2 โ†’ 1.5.0 Dark mode added New /export endpoint
๐Ÿ›

Bug Fixes / Patches

PATCH +1

Backward-compatible bug fixes, security patches, or performance improvements with no new functionality.

1.4.2 โ†’ 1.4.3 Fix login crash XSS patch

SemVer Priority Rules

1.

Breaking change present? โ†’ Increment MAJOR, reset MINOR and PATCH to 0.

2.

New feature (no breaking)? โ†’ Increment MINOR, reset PATCH to 0.

3.

Only bug fixes? โ†’ Increment PATCH only.

4.

Nothing selected? โ†’ Version unchanged.

Recommended Next Version

v 1.0.0

Version Breakdown

1

MAJOR

0

MINOR

0

PATCH

๐Ÿ’ก Select change types on the left to calculate your next version.

Git Commands

$ git tag v1.0.0

$ git push origin v1.0.0

GitHub Release Title Preview

๐Ÿš€ Release v1.0.0

Version locked in? Ship it. ๐Ÿš€

Instantly publish your v1.0.0 release notes to your users and trigger app notification bells with Bellotify.

Ship Your Changelog Now