🏷️ 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

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

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